Type Alias LocalWallet

Source
pub type LocalWallet = WalletSigner<Account>;
Expand description

A wallet instantiated with a locally stored private key

Aliased Typeยง

pub struct LocalWallet { /* private fields */ }