Struct fractal_utils::wallet_address::WalletAddressParseError
[−]
[src]
pub struct WalletAddressParseError {
// some fields omitted
}Wallet address parsing error.
This struct represents a wallet address parsing error. It can be used to check the validity of
wallet address strings, and implements common Error and Display traits.