EthereumBlockChainService constructor
EthereumBlockChainService({
- required JsVMService jsVMService,
- required EVMRpcClient ethereumRpcClient,
Implementation
EthereumBlockChainService({
required this.jsVMService,
required this.ethereumRpcClient,
});