lwk_jade 0.16.0

Liquid Wallet Kit - Interact with the Blockstream Jade Hardware Wallet
Documentation
1
2
3
4
use std::time::Duration;

pub const TIMEOUT: Duration = Duration::from_secs(90);
pub const BAUD_RATE: u32 = 115_200;