Enum emerald_rs::keystore::CryptoType [] [src]

pub enum CryptoType {
    Core(CoreCrypto),
    HdWallet(HdwalletCrypto),
}

Variants of crypto section in Keyfile

Variants

normal Web3 Secret Storage

backed with HD Wallet

Trait Implementations

impl Debug for CryptoType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CryptoType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CryptoType
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for CryptoType
[src]

impl Decodable for CryptoType
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for CryptoType
[src]

[src]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for CryptoType

impl Sync for CryptoType