BNBBlockChainService constructor
BNBBlockChainService({
- required JsVMService jsVMService,
- required EVMRpcClient bnbRpcClient,
Implementation
BNBBlockChainService({
required this.jsVMService,
required this.bnbRpcClient,
});