Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface FeeScheduleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FeeSchedule,FeeSchedule.Builder
@Generated
public interface FeeScheduleOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription* A time, in seconds since the `epoch`, when this fee schedule will expire.getTransactionFeeSchedule(int index) * Sets of fee coefficients for various transaction or query types.int* Sets of fee coefficients for various transaction or query types.* Sets of fee coefficients for various transaction or query types.boolean* A time, in seconds since the `epoch`, when this fee schedule will expire.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getTransactionFeeScheduleList
List<TransactionFeeSchedule> getTransactionFeeScheduleList()* Sets of fee coefficients for various transaction or query types.
repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1; -
getTransactionFeeSchedule
* Sets of fee coefficients for various transaction or query types.
repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1; -
getTransactionFeeScheduleCount
int getTransactionFeeScheduleCount()* Sets of fee coefficients for various transaction or query types.
repeated .proto.TransactionFeeSchedule transactionFeeSchedule = 1; -
hasExpiryTime
boolean hasExpiryTime()* A time, in seconds since the `epoch`, when this fee schedule will expire. <p> For this purpose, `epoch` SHALL be the UNIX epoch with 0 at `1970-01-01T00:00:00.000Z`.
.proto.TimestampSeconds expiryTime = 2;- Returns:
- Whether the expiryTime field is set.
-
getExpiryTime
TimestampSeconds getExpiryTime()* A time, in seconds since the `epoch`, when this fee schedule will expire. <p> For this purpose, `epoch` SHALL be the UNIX epoch with 0 at `1970-01-01T00:00:00.000Z`.
.proto.TimestampSeconds expiryTime = 2;- Returns:
- The expiryTime.
-