Type Alias LocalWallet

Source
pub type LocalWallet = Wallet<SigningKey<Secp256k1>>;
Expand description

A wallet instantiated with a locally stored private key

Aliased Typeยง

pub struct LocalWallet { /* private fields */ }