Chain constructor

Chain(
  1. {required int chainId,
  2. required String explorer,
  3. String? ethRpcUrl,
  4. String? bundlerUrl,
  5. required EthereumAddress entrypoint,
  6. required EthereumAddress accountFactory}
)

Implementation

Chain