Struct hardware_wallet::HardwareWalletManager[][src]

pub struct HardwareWalletManager { /* fields omitted */ }

Hardware wallet management interface.

Methods

impl HardwareWalletManager
[src]

Hardware wallet constructor

Select key derivation path for a chain. Currently, only one hard-coded keypath is supported It is managed by ethcore/account_provider

List connected wallets. This only returns wallets that are ready to be used.

Return a list of paths to locked hardware wallets This is only applicable to Trezor because Ledger only appears as a device when it is unlocked

Get connected wallet info.

Sign a message with the wallet (only supported by Ledger)

Sign transaction data with wallet managing address.

Send a pin to a device at a certain path to unlock it This is only applicable to Trezor because Ledger only appears as a device when it is unlocked

Trait Implementations

impl Drop for HardwareWalletManager
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for HardwareWalletManager

impl Sync for HardwareWalletManager