Errors

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InputExclusionError

type InputExclusionError struct {
	Msg string
}

func (*InputExclusionError) Error

func (i *InputExclusionError) Error() string

* Error returns the error message associated with the InputExclusionError.

	Returns:
  		string: The error message describing the error.

type InvalidTransactionException

type InvalidTransactionException struct {
	Inputs  []UTxO.UTxO
	Outputs []TransactionOutput.TransactionOutput
	Fees    int64
}

func (*InvalidTransactionException) Error

*

	Error returns a formatted error message for the InvalidTransactionException.

	Returns:
   		string: The formatted error message describing the exception.

type TransactionTooBigError

type TransactionTooBigError struct {
	Msg string
}

func (*TransactionTooBigError) Error

func (i *TransactionTooBigError) Error() string

*

Error returns the error message associated with the TransactionTooBigError.

Returns:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL