Registry / crypto / ledger-transport

ledger-transport

JSON →
library0.11.0rscratesunverified

Ledger Hardware Wallet - Generic Transport

# Cargo.toml [dependencies] ledger-transport = "0.11.0"
INSTALL
IMPORT
SIG · LEDGER-TRANSPORT
L
ledger-transport
cryptorustv0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transport
use ledger_transport::Transport;

Initialize a Ledger transport

use ledger_transport::Transport; fn main() { let transport = Transport::new(); println!("Transport initialized"); }
Debug
Known issues
gotchaRequires Ledger device connected
fix
Ensure Ledger device is plugged in and unlocked
affects: >=0.11.0
Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ledger-transport — cargo add ledger-transport · libregistry