pub type YubiWallet = Wallet<Signer<Secp256k1>>;
Available on crate feature
yubihsm
and non-WebAssembly only.Expand description
A wallet instantiated with a YubiHSM
Aliased Typeยง
struct YubiWallet { /* private fields */ }