totalSupply_Pre method

Future<QueryTotalSupplyResponse> totalSupply_Pre(
  1. ServiceCall call,
  2. Future<QueryTotalSupplyRequest> request
)

Implementation

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