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
type InvalidTransactionException ¶
type InvalidTransactionException struct { Inputs []UTxO.UTxO Outputs []TransactionOutput.TransactionOutput Fees int64 }
func (*InvalidTransactionException) Error ¶
func (i *InvalidTransactionException) Error() string
type TransactionTooBigError ¶
type TransactionTooBigError struct {
Msg string
}
func (*TransactionTooBigError) Error ¶
func (i *TransactionTooBigError) Error() string
Click to show internal directories.
Click to hide internal directories.