All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.TokenFeeScheduleUpdateTransactionBodyOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: token_fee_schedule_update.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

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.hedera.hashgraph.sdk.proto.TokenID getTokenId(); /** *
   **
   * The token whose fee schedule is to be updated
   * 
* * .proto.TokenID token_id = 1; */ com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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 getCustomFeesOrBuilderList(); /** *
   **
   * The new custom fees to be assessed during a CryptoTransfer that transfers units of this token
   * 
* * repeated .proto.CustomFee custom_fees = 2; */ com.hedera.hashgraph.sdk.proto.CustomFeeOrBuilder getCustomFeesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy