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_wallets: bool
Enable hardware wallet support.
hardware_wallet_classic_key: bool
Use the classic chain key on the hardware wallet.
unlock_keep_secret: bool
Store raw account secret when unlocking the account permanently.
blacklisted_accounts: Vec<Address>
Disallowed accounts.
Trait Implementations
impl Default for AccountProviderSettings
[src]
impl Default for AccountProviderSettings
Auto Trait Implementations
impl Send for AccountProviderSettings
impl Send for AccountProviderSettings
impl Sync for AccountProviderSettings
impl Sync for AccountProviderSettings