Crate bitcoins_ledger[][src]

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::SigningInfo;
pub use app::LedgerBTC;

Modules

app

Core BTC APP.

Enums

LedgerBTCError

Error types