Skip to main content

Module errors

Module errors 

Source

Enums§

Bip39Error
Errors that can arise when working with BIP‑39 helpers.
DeserializeError
Low-level deserialization errors (binary transaction decoding).
ExitCode
GenError
Wallet generation errors.
IoError
Adapter-level I/O errors (files, stdin/stdout) with optional path context.
KeypairError
Keypair construction errors (seed handling).
SignError
Signing-related errors (keys, I/O for secrets, signature placement).
ToolError
Top-level error every command bubbles up.
TransactionParseError
High-level transaction parsing errors (UI formats, textual fields).
VerifyError
Signature verification domain errors.

Traits§

AsExitCode
Exit-code contract shared with CLI/front-ends.

Type Aliases§

Result
Crate-wide result type alias that bubbles up ToolError by default.