com.hederahashgraph.api.proto.java.TokenFeeScheduleUpdateTransactionBodyOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: token_fee_schedule_update.proto
package com.hederahashgraph.api.proto.java;
public interface TokenFeeScheduleUpdateTransactionBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TokenFeeScheduleUpdateTransactionBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The token whose fee schedule is to be updated
*
*
* .proto.TokenID token_id = 1;
* @return Whether the tokenId field is set.
*/
boolean hasTokenId();
/**
*
**
* The token whose fee schedule is to be updated
*
*
* .proto.TokenID token_id = 1;
* @return The tokenId.
*/
com.hederahashgraph.api.proto.java.TokenID getTokenId();
/**
*
**
* The token whose fee schedule is to be updated
*
*
* .proto.TokenID token_id = 1;
*/
com.hederahashgraph.api.proto.java.TokenIDOrBuilder getTokenIdOrBuilder();
/**
*
**
* The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
*
*
* repeated .proto.CustomFee custom_fees = 2;
*/
java.util.List
getCustomFeesList();
/**
*
**
* The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
*
*
* repeated .proto.CustomFee custom_fees = 2;
*/
com.hederahashgraph.api.proto.java.CustomFee getCustomFees(int index);
/**
*
**
* The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
*
*
* repeated .proto.CustomFee custom_fees = 2;
*/
int getCustomFeesCount();
/**
*
**
* The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
*
*
* repeated .proto.CustomFee custom_fees = 2;
*/
java.util.List extends com.hederahashgraph.api.proto.java.CustomFeeOrBuilder>
getCustomFeesOrBuilderList();
/**
*
**
* The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
*
*
* repeated .proto.CustomFee custom_fees = 2;
*/
com.hederahashgraph.api.proto.java.CustomFeeOrBuilder getCustomFeesOrBuilder(
int index);
}