SmartWallet constructor
- {required Chain chain,
- required MultiSignerInterface signer,
- required BundlerProviderBase bundler,
- RPCProviderBase? jsonRpcProvider,
- EthereumAddress? address}
Entrypoint is not initialized to initialize with entrypoint, you have to call SmartWallet.init instead
bundler
: Is the bundler provider e.g voltaire, alto, stackup ...jsonRpcProvider
: (optional) The Ethereum JSON RPC provider. e.g infura, alchemy, quicknode
Creates an instance of SmartWallet
Implementation
SmartWallet