Crate bitbox_api
source ·Expand description
Rust BitBox hardware wallet client library.
Modules
- Functions and methods related to Bitcoin.
- BitBox protobuf messages.
Structs
- Paired BitBox. This is where you can invoke most API functions like getting xpubs, displaying receive addresses, etc.
- BitBox in the pairing state. Use
get_pairing_code()
to display the pairing code to the user andwait_confirm()
to proceed to the paired state.