PolygonBlockChainService constructor

PolygonBlockChainService({
  1. required JsVMService jsVMService,
  2. required EVMRpcClient polygonRpcClient,
})

Implementation

PolygonBlockChainService({
  required this.jsVMService,
  required this.polygonRpcClient,
});