com.hedera.hashgraph.sdk.proto.TransactionFeeScheduleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface TransactionFeeScheduleOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TransactionFeeSchedule)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* 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=1229
* @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=1229
* @return The feeData.
*/
@java.lang.Deprecated com.hedera.hashgraph.sdk.proto.FeeData getFeeData();
/**
*
**
* 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();
}