Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrWalletNotFound = errors.Base("wallet not found") ErrWalletExists = errors.Base("wallet exists and is loaded") ErrWalletNeedsLoading = errors.Base("wallet exists and needs to be loaded") ErrWalletNotLoaded = errors.Base("wallet is not loaded") ErrWalletAlreadyLoaded = errors.Base("wallet is already loaded") )
Functions ¶
func NewWalletError ¶ added in v0.9.0
NewWalletError converts plain SDK error to the typed one
Types ¶
type WalletError ¶ added in v0.9.0
func (WalletError) Error ¶ added in v0.9.0
func (e WalletError) Error() string
func (WalletError) Unwrap ¶ added in v0.9.0
func (e WalletError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.