alloy_signer_local

Type Alias YubiSigner

Source
pub type YubiSigner = LocalSigner<Signer<Secp256k1>>;
Available on crate feature yubihsm only.
Expand description

A signer instantiated with a YubiHSM.

Aliased Typeยง

struct YubiSigner { /* private fields */ }