Expand description
Error code for the address module.
Structs§
- Decoded base58 data was an invalid length.
- Invalid legacy address prefix in decoded base58 data.
- Legacy base58 address was too long, max 50 characters.
- Address’s network differs from required one.
- Address type is either invalid or not supported in rust-bitcoin.
- Unknown HRP error.
Enums§
- Error while generating address from script.
- Error while generating address from a p2sh script.
- Address parsing error.