rawContractState_Pre method
Future<QueryRawContractStateResponse>
rawContractState_Pre(
- ServiceCall call,
- Future<
QueryRawContractStateRequest> request
Implementation
$async.Future<$1.QueryRawContractStateResponse> rawContractState_Pre(
$grpc.ServiceCall call,
$async.Future<$1.QueryRawContractStateRequest> request) async {
return rawContractState(call, await request);
}