setWithdrawAddress_Pre method
Future<MsgSetWithdrawAddressResponse>
setWithdrawAddress_Pre(
- ServiceCall call,
- Future<
MsgSetWithdrawAddress> request
Implementation
$async.Future<$1.MsgSetWithdrawAddressResponse> setWithdrawAddress_Pre(
$grpc.ServiceCall call,
$async.Future<$1.MsgSetWithdrawAddress> request) async {
return setWithdrawAddress(call, await request);
}