Struct solana_remote_wallet::ledger::LedgerWallet[][src]

pub struct LedgerWallet {
    pub device: HidDevice,
    pub pretty_path: String,
    pub version: FirmwareVersion,
}
Expand description

Ledger Wallet device

Fields

device: HidDevicepretty_path: Stringversion: FirmwareVersion

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Parse device info and get device base pubkey

Get solana pubkey from a RemoteWallet

Sign transaction data with wallet managing pubkey at derivation path m/44’/501’/‘/’.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.