Registry / crypto / ledger-zondax-generic

ledger-zondax-generic

JSON →
library0.11.2rscratesunverified

Ledger Hardware Wallet - Common APDU Protocol Types for interacting with Ledger devices.

# Cargo.toml [dependencies] ledger-zondax-generic = "0.11.2"
INSTALL
IMPORT
SIG · LEDGER-ZONDAX-GENE
L
ledger-zondax-generic
cryptorustv0.11.2
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.

ApduCommand
✓ use ledger_zondax_generic::ApduCommand;

Creates an APDU command for Ledger communication.

use ledger_zondax_generic::ApduCommand; fn main() { let cmd = ApduCommand { cla: 0x00, ins: 0x01, p1: 0x00, p2: 0x00, data: vec![] }; println!("{:?}", cmd); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
ledger-zondax-generic — cargo add ledger-zondax-generic · libregistry