EntryPointWithoutSigner constructor

EntryPointWithoutSigner({
  1. required String rpcURL,
})

Implementation

EntryPointWithoutSigner({
  required String rpcURL,
}) : super(
        contractAddress: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789",
        contractABI: abi,
        contractName: 'EntryPoint',
        rpcURL: rpcURL,
        // web3Provider: web3provider,
      ) {}