com.hederahashgraph.api.proto.java.TransactionFeeScheduleOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.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;
* @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.hederahashgraph.api.proto.java.HederaFunctionality getHederaFunctionality();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
* @return Whether the feeData field is set.
*/
@java.lang.Deprecated boolean hasFeeData();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
* @return The feeData.
*/
@java.lang.Deprecated com.hederahashgraph.api.proto.java.FeeData getFeeData();
/**
*
**
* Resource price coefficients
*
*
* .proto.FeeData feeData = 2 [deprecated = true];
*/
@java.lang.Deprecated com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.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 extends com.hederahashgraph.api.proto.java.FeeDataOrBuilder>
getFeesOrBuilderList();
/**
*
**
* Resource price coefficients. Supports subtype price definition.
*
*
* repeated .proto.FeeData fees = 3;
*/
com.hederahashgraph.api.proto.java.FeeDataOrBuilder getFeesOrBuilder(
int index);
}