BundlerJsonRpcProvider constructor

BundlerJsonRpcProvider(
  1. String url,
  2. Client client
)

The constructor takes url and client as input, which are passed to the parent JsonRPC class.

Implementation

BundlerJsonRpcProvider(super.url, super.client);