Crate bitcoins_ledger

Source
Expand description

Ledger Bitcoin Application

This application handles getting XPubs and signatures from the ledger device, and relies heavily on the coins_bip32 and bitcoins crates. Please see those crates for documentation of their respective types.

This app can be used in native and WASM applications. In native settings, it uses the hidapi to acquire the lock, while in WASM applications it uses a ledger JS transport library.

Re-exports§

pub use app::LedgerBTC;
pub use app::SigningInfo;

Modules§

app
Core BTC APP.

Enums§

LedgerBTCError
Error types