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