Crate hardware_wallet[][src]

Hardware wallet management.

Structs

Device

HardwareWallet device

HardwareWalletManager

Hardware wallet management interface.

TransactionInfo

This is the transaction info we need to supply to Trezor message. It's more or less a duplicate of ethcore::transaction::Transaction, but we can't import ethcore here as that would be a circular dependency.

WalletInfo

Hardware wallet information.

Enums

DeviceDirection

Specifies the direction of the HardwareWallet i.e, whether it arrived or left

Error

Hardware wallet error.

KeyPath

Key derivation paths used on hardware wallets.

Traits

Wallet

Wallet trait