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

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

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

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

public interface TransactionFeeScheduleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TransactionFeeSchedule)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * A particular transaction or query
   * 
* * .proto.HederaFunctionality hederaFunctionality = 1; * @return The enum numeric value on the wire for hederaFunctionality. */ int getHederaFunctionalityValue(); /** *
   **
   * A particular transaction or query
   * 
* * .proto.HederaFunctionality hederaFunctionality = 1; * @return The hederaFunctionality. */ com.hedera.hashgraph.sdk.proto.HederaFunctionality getHederaFunctionality(); /** *
   **
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2 [deprecated = true]; * @deprecated proto.TransactionFeeSchedule.feeData is deprecated. * See basic_types.proto;l=1328 * @return Whether the feeData field is set. */ @java.lang.Deprecated boolean hasFeeData(); /** *
   **
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2 [deprecated = true]; * @deprecated proto.TransactionFeeSchedule.feeData is deprecated. * See basic_types.proto;l=1328 * @return The feeData. */ @java.lang.Deprecated com.hedera.hashgraph.sdk.proto.FeeData getFeeData(); /** *
   **
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2 [deprecated = true]; */ @java.lang.Deprecated com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder getFeeDataOrBuilder(); /** *
   **
   * Resource price coefficients. Supports subtype price definition.
   * 
* * repeated .proto.FeeData fees = 3; */ java.util.List getFeesList(); /** *
   **
   * Resource price coefficients. Supports subtype price definition.
   * 
* * repeated .proto.FeeData fees = 3; */ com.hedera.hashgraph.sdk.proto.FeeData getFees(int index); /** *
   **
   * Resource price coefficients. Supports subtype price definition.
   * 
* * repeated .proto.FeeData fees = 3; */ int getFeesCount(); /** *
   **
   * Resource price coefficients. Supports subtype price definition.
   * 
* * repeated .proto.FeeData fees = 3; */ java.util.List getFeesOrBuilderList(); /** *
   **
   * Resource price coefficients. Supports subtype price definition.
   * 
* * repeated .proto.FeeData fees = 3; */ com.hedera.hashgraph.sdk.proto.FeeDataOrBuilder getFeesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy