Module error

Expand description

Error code for the address module.

Structs§

InvalidBase58PayloadLengthError
Decoded base58 data was an invalid length.
InvalidLegacyPrefixError
Invalid legacy address prefix in decoded base58 data.
LegacyAddressTooLongError
Legacy base58 address was too long, max 50 characters.
NetworkValidationError
Address’s network differs from required one.
UnknownAddressTypeError
Address type is either invalid or not supported in rust-bitcoin.
UnknownHrpError
Unknown HRP error.

Enums§

FromScriptError
Error while generating address from script.
P2shError
Error while generating address from a p2sh script.
ParseError
Address parsing error.