bitbox-api 0.12.0

A library to interact with BitBox hardware wallets
Documentation
1
2
3
4
5
6
// SPDX-License-Identifier: Apache-2.0

#[cfg(any(feature = "wasm", feature = "usb"))]
pub const VENDOR_ID: u16 = 0x03eb;
#[cfg(any(feature = "wasm", feature = "usb"))]
pub const PRODUCT_ID: u16 = 0x2403;