Type Alias YubiWallet

Source
pub type YubiWallet = WalletSigner<Signer<NistP256>>;
Expand description

A wallet instantiated with a YubiHSM

Aliased Typeยง

pub struct YubiWallet { /* private fields */ }