com.hederahashgraph.api.proto.java.FeeScheduleOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
public interface FeeScheduleOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.FeeSchedule)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* List of price coefficients for network resources
*
*
* repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1;
*/
java.util.List
getTransactionFeeScheduleList();
/**
*
**
* List of price coefficients for network resources
*
*
* repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1;
*/
com.hederahashgraph.api.proto.java.TransactionFeeSchedule getTransactionFeeSchedule(int index);
/**
*
**
* List of price coefficients for network resources
*
*
* repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1;
*/
int getTransactionFeeScheduleCount();
/**
*
**
* List of price coefficients for network resources
*
*
* repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1;
*/
java.util.List extends com.hederahashgraph.api.proto.java.TransactionFeeScheduleOrBuilder>
getTransactionFeeScheduleOrBuilderList();
/**
*
**
* List of price coefficients for network resources
*
*
* repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1;
*/
com.hederahashgraph.api.proto.java.TransactionFeeScheduleOrBuilder getTransactionFeeScheduleOrBuilder(
int index);
/**
*
**
* FeeSchedule expiry time
*
*
* .proto.TimestampSeconds expiryTime = 2;
* @return Whether the expiryTime field is set.
*/
boolean hasExpiryTime();
/**
*
**
* FeeSchedule expiry time
*
*
* .proto.TimestampSeconds expiryTime = 2;
* @return The expiryTime.
*/
com.hederahashgraph.api.proto.java.TimestampSeconds getExpiryTime();
/**
*
**
* FeeSchedule expiry time
*
*
* .proto.TimestampSeconds expiryTime = 2;
*/
com.hederahashgraph.api.proto.java.TimestampSecondsOrBuilder getExpiryTimeOrBuilder();
}