setWithdrawAddress_Pre method

Future<MsgSetWithdrawAddressResponse> setWithdrawAddress_Pre(
  1. ServiceCall call,
  2. Future<MsgSetWithdrawAddress> request
)

Implementation

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