Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
Interface FixedCustomFeeListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FixedCustomFeeList,FixedCustomFeeList.Builder
@Generated
public interface FixedCustomFeeListOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFees(int index) * A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.int* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getFeesList
List<FixedCustomFee> getFeesList()* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
repeated .proto.FixedCustomFee fees = 1; -
getFees
* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
repeated .proto.FixedCustomFee fees = 1; -
getFeesCount
int getFeesCount()* A set of custom fee definitions.<br/> These are fees to be assessed for each submit to a topic.
repeated .proto.FixedCustomFee fees = 1;
-