Crate coinaddress [−] [src]
Functions for validating the base58 hash checksums, including specifically the bitcoin and litecoin addresses.
Enums
| ValidationError |
Functions
| validate_base58_hash |
Validate provided generic base58 hash. Returns the hash version/type if correct and an error otherwise. |
| validate_btc_address |
Validate bitcoin address checksum. Returns the hash version/type if correct and an error otherwise. |
| validate_ltc_address |
Validate litecoin address checksum. Returns the hash version/type if correct and an error otherwise. |