Enum base58check::FromBase58CheckError [] [src]

pub enum FromBase58CheckError {
    InvalidBase58(FromBase58Error),
    InvalidChecksum,
}

Errors that can occur when decoding base58check encoded string.

Variants

Base58 error.

The input had invalid checksum.

Trait Implementations

impl Debug for FromBase58CheckError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FromBase58CheckError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.