Struct ethcore::account_provider::AccountProviderSettings[][src]

pub struct AccountProviderSettings {
    pub enable_hardware_wallets: bool,
    pub hardware_wallet_classic_key: bool,
    pub unlock_keep_secret: bool,
    pub blacklisted_accounts: Vec<Address>,
}

Account management settings.

Fields

Enable hardware wallet support.

Use the classic chain key on the hardware wallet.

Store raw account secret when unlocking the account permanently.

Disallowed accounts.

Trait Implementations

impl Default for AccountProviderSettings
[src]

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

Auto Trait Implementations

impl Send for AccountProviderSettings

impl Sync for AccountProviderSettings