Interface FeeExemptKeyListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
FeeExemptKeyList, FeeExemptKeyList.Builder

@Generated public interface FeeExemptKeyListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeys(int index)
    * A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
    int
    * A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.
    * A set of keys.<br/> The keys in this list are permitted to submit messages to the topic without paying the topic's custom fees.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getKeysList

      List<Key> getKeysList()
       *
       A set of keys.<br/>
       The keys in this list are permitted to submit messages to the
       topic without paying the topic's custom fees.
       <p>
       If a submit transaction is signed by _any_ key included in this set,
       custom fees SHALL NOT be charged for that transaction.
       
      repeated .proto.Key keys = 1;
    • getKeys

      Key getKeys(int index)
       *
       A set of keys.<br/>
       The keys in this list are permitted to submit messages to the
       topic without paying the topic's custom fees.
       <p>
       If a submit transaction is signed by _any_ key included in this set,
       custom fees SHALL NOT be charged for that transaction.
       
      repeated .proto.Key keys = 1;
    • getKeysCount

      int getKeysCount()
       *
       A set of keys.<br/>
       The keys in this list are permitted to submit messages to the
       topic without paying the topic's custom fees.
       <p>
       If a submit transaction is signed by _any_ key included in this set,
       custom fees SHALL NOT be charged for that transaction.
       
      repeated .proto.Key keys = 1;