Struct hardware_wallet::WalletInfo[][src]

pub struct WalletInfo {
    pub name: String,
    pub manufacturer: String,
    pub serial: String,
    pub address: Address,
}

Hardware wallet information.

Fields

Wallet device name.

Wallet device manufacturer.

Wallet device serial number.

Ethereum address.

Trait Implementations

impl Debug for WalletInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for WalletInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WalletInfo

impl Sync for WalletInfo