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

com.hederahashgraph.api.proto.java.TransactionFeeScheduleOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BasicTypes.proto

package com.hederahashgraph.api.proto.java;

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

  /**
   * 
   * A particular transaction or query
   * 
* * .proto.HederaFunctionality hederaFunctionality = 1; */ int getHederaFunctionalityValue(); /** *
   * A particular transaction or query
   * 
* * .proto.HederaFunctionality hederaFunctionality = 1; */ com.hederahashgraph.api.proto.java.HederaFunctionality getHederaFunctionality(); /** *
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2; */ boolean hasFeeData(); /** *
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2; */ com.hederahashgraph.api.proto.java.FeeData getFeeData(); /** *
   * Resource price coefficients
   * 
* * .proto.FeeData feeData = 2; */ com.hederahashgraph.api.proto.java.FeeDataOrBuilder getFeeDataOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy