delegatorUnbondingDelegations_Pre method
Future<QueryDelegatorUnbondingDelegationsResponse>
delegatorUnbondingDelegations_Pre(
- ServiceCall call,
- Future<
QueryDelegatorUnbondingDelegationsRequest> request
Implementation
$async.Future<$0.QueryDelegatorUnbondingDelegationsResponse>
delegatorUnbondingDelegations_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryDelegatorUnbondingDelegationsRequest>
request) async {
return delegatorUnbondingDelegations(call, await request);
}