Struct emerald_rs::storage::AccountInfo [] [src]

pub struct AccountInfo {
    pub filename: String,
    pub address: String,
    pub name: String,
    pub description: String,
    pub is_hardware: bool,
    pub is_hidden: bool,
}

Short account info

Fields

File name for KeyFile

Address of account

Optional name for account

Optional description for account

shows whether it is normal account or held by HD wallet

show if account hidden from 'normal' listing normal - not forcing to show hidden accounts

Trait Implementations

impl Debug for AccountInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AccountInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for AccountInfo
[src]

[src]

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

impl From<KeyFile> for AccountInfo
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AccountInfo

impl Sync for AccountInfo