NearBlockChainService constructor

NearBlockChainService({
  1. required JsVMService jsVMService,
  2. required NearRpcClient nearRpcClient,
})

Implementation

NearBlockChainService({
  required this.jsVMService,
  required this.nearRpcClient,
});