Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrCouldNotGetAccount = errors.New("could not get requested account")
ErrCouldNotGetAccount signals that a requested account could not be retrieved
var ErrEmptyAddress = errors.New("address was empty")
ErrEmptyAddress signals an empty address was provided
var ErrGetBalance = errors.New("get balance error")
ErrGetBalance signals an error in getting the balance for an account
var ErrGetTransaction = errors.New("transaction getting failed")
ErrGetTransaction signals an error happened trying to fetch a transaction
var ErrInvalidAppContext = errors.New("invalid app context")
ErrInvalidAppContext signals an invalid context passed to the routing system
var ErrInvalidSignatureHex = errors.New("invalid signature, could not decode hex value")
ErrInvalidSignatureHex signals a wrong hex value was provided for the signature
var ErrTxGenerationFailed = errors.New("transaction generation failed")
ErrTxGenerationFailed signals an error generating a transaction
var ErrTxNotFound = errors.New("transaction was not found")
ErrTxNotFound signals an error happened trying to fetch a transaction
var ErrValidation = errors.New("validation error")
ErrValidation signals an error in validation
var ErrValidationEmptyTxHash = errors.New("TxHash is empty")
ErrValidationEmptyTxHash signals an empty tx hash was provided
Functions ¶
This section is empty.
Types ¶
This section is empty.