EthereumBlockChainService.defaultInstance constructor
EthereumBlockChainService.defaultInstance()
Implementation
factory EthereumBlockChainService.defaultInstance() {
return EthereumBlockChainService(
jsVMService: getJsVM(),
ethereumRpcClient: EVMRpcClient.defaultInstance(),
);
}