Type Alias ethers_signers::YubiWallet
source · 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 */ }