NearBlockChainService constructor
NearBlockChainService({
- required JsVMService jsVMService,
- required NearRpcClient nearRpcClient,
Implementation
NearBlockChainService({
required this.jsVMService,
required this.nearRpcClient,
});