Enum ethcore::account_provider::KeyPath[][src]

pub enum KeyPath {
    Ethereum,
    EthereumClassic,
}

Key derivation paths used on hardware wallets.

Variants

Ethereum.

Ethereum classic.

Trait Implementations

impl Copy for KeyPath
[src]

impl Clone for KeyPath
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KeyPath
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KeyPath

impl Sync for KeyPath