pub type HttpProviderWithWallet = FillProvider<JoinFill<JoinedRecommendedFillers, WalletFiller<EthereumWallet>>, RootProvider, Ethereum>;Expand description
Type alias that connects to providers with recommended fillers and wallet
use <HttpProviderWithWallet as WalletProvider>::wallet() to access internal wallet
use <HttpProviderWithWallet as WalletProvider>::default_signer_address(&provider) to get wallet address
Aliased Typeยง
pub struct HttpProviderWithWallet { /* private fields */ }