Type Alias ethers_signers::LocalWallet

source ·
pub type LocalWallet = Wallet<SigningKey>;
Expand description

A wallet instantiated with a locally stored private key

Aliased Type§

struct LocalWallet { /* private fields */ }