```rust /// HWI is the common Hardware Wallet Interface.
pub trait HWI: Debug {
fn devicetype(&self) -> DeviceType;
/// Check that the device is connected but not necessarily available.
async fn isconnected(&self) -> Result<(), Error>;
/// Get master fingerprint.
async fn getfingerprint(&self) -> Result
| name | App version | |---------------------------------------------------------|-------------| | Specter | v1.8.0 |