Web3Client.custom constructor

Web3Client.custom(
  1. RpcService rpc, {
  2. SocketConnector? socketConnector,
})

Implementation

Web3Client.custom(RpcService rpc, {this.socketConnector}) : _jsonRpc = rpc {
  _filters = _FilterEngine(this);
}