PolygonBlockChainService constructor
PolygonBlockChainService({
- required JsVMService jsVMService,
- required EVMRpcClient polygonRpcClient,
Implementation
PolygonBlockChainService({
required this.jsVMService,
required this.polygonRpcClient,
});