Struct emerald_rs::keystore::HdwalletCrypto[][src]

pub struct HdwalletCrypto {
    pub cipher: String,
    pub hardware: String,
    pub hd_path: String,
}

Keyfile for HD Wallet

Fields

Cipher type 'hardware'

HD Wallet type

HD path as specified in BIP-32

Methods

impl HdwalletCrypto
[src]

Try to convert from Keyfile Fail if type of crypto section than Self

Trait Implementations

impl Clone for HdwalletCrypto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HdwalletCrypto
[src]

Formats the value using the given formatter. Read more

impl Eq for HdwalletCrypto
[src]

impl PartialEq for HdwalletCrypto
[src]

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

This method tests for !=.

impl Default for HdwalletCrypto
[src]

Returns the "default value" for a type. Read more

impl Into<KeyFile> for HdwalletCrypto
[src]

Performs the conversion.

Auto Trait Implementations