Skip to main content

Crate lwk_jade

Crate lwk_jade 

Source
Expand description

§Jade

Library to interact with the Jade hardware wallet.

It’s available in blocking (Jade) and asynchronous (asyncr::Jade) variants.

Some of the implemented features include, unlocking the Jade, registering multisig wallets, signing PSETs.

jade docs

test uses testcontainers (see lwk_containers in the workspace)

Re-exports§

pub use consts::BAUD_RATE;
pub use consts::TIMEOUT;
pub use error::Error;
pub use serialport;serial

Modules§

asyncrasyncr
consts
error
get_receive_address
protocol
register_multisig
sign_liquid_tx

Structs§

Jadesync
A Jade hardware wallet with a blocking connection.
TestJadeEmulatortest_emulator
A struct for Jade testing with emulator

Constants§

JADE_DEVICE_IDS
Vendor ID and Product ID to filter blockstream JADEs on the serial.

Functions§

derivation_path_to_vec

Type Aliases§

Result