ledger_bitcoin_client 0.4.0

Ledger Bitcoin application client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod command;
mod interpreter;
mod merkle;

pub mod apdu;
pub mod client;
pub mod error;
pub mod psbt;
pub mod wallet;

#[cfg(feature = "async")]
pub mod async_client;

pub use client::{BitcoinClient, Transport};
pub use wallet::{WalletPolicy, WalletPubKey};