pub type LocalWallet = Wallet<SigningKey>;
Expand description
A wallet instantiated with a locally stored private key
Aliased Typeยง
struct LocalWallet { /* private fields */ }
pub type LocalWallet = Wallet<SigningKey>;
A wallet instantiated with a locally stored private key
struct LocalWallet { /* private fields */ }