EthereumBlockChainService constructor

EthereumBlockChainService({
  1. required JsVMService jsVMService,
  2. required EVMRpcClient ethereumRpcClient,
})

Implementation

EthereumBlockChainService({
  required this.jsVMService,
  required this.ethereumRpcClient,
});