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 ¶
func (i *InvalidTransactionException) Error() string
*
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:
Click to show internal directories.
Click to hide internal directories.