Crate ledger_transport

Source
Expand description

Generic APDU transport library for Ledger Nano S/X apps

Structs§

APDUAnswer
An APDU answer, whole last 2 bytes are interpreted as retcode
APDUCommand
An APDU command

Enums§

APDUErrorCode
Common known APDU error codes

Traits§

Exchange
Use to talk to the ledger device

Attribute Macros§

async_trait