Crate coins_ledger
source ·Expand description
Ledger utilites and transports
Re-exports
pub use common::APDUAnswer;
pub use common::APDUCommand;
pub use errors::LedgerError;
pub use transports::Ledger;
Modules
APDU utilities.
Ledger-related error enum
Ledger transports. Contains native HID and wasm-bindgen
Abstract ledger tranport trait with WASM and native HID instantiations.