totalSupply_Pre method
Future<QueryTotalSupplyResponse>
totalSupply_Pre(
- ServiceCall call,
- Future<
QueryTotalSupplyRequest> request
Implementation
$async.Future<$0.QueryTotalSupplyResponse> totalSupply_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryTotalSupplyRequest> request) async {
return totalSupply(call, await request);
}