Interface TransferServiceOuterClass.FilteredDenomRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransferServiceOuterClass.FilteredDenomRequest, TransferServiceOuterClass.FilteredDenomRequest.Builder
Enclosing class:
TransferServiceOuterClass

public static interface TransferServiceOuterClass.FilteredDenomRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The starting block height to stream from
    getDenom(int index)
    The denom to be filtered for
    com.google.protobuf.ByteString
    getDenomBytes(int index)
    The denom to be filtered for
    int
    The denom to be filtered for
    The denom to be filtered for

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBlockHeight

      long getBlockHeight()
       The starting block height to stream from
       
      int64 block_height = 1;
      Returns:
      The blockHeight.
    • getDenomList

      List<String> getDenomList()
       The denom to be filtered for
       
      repeated string denom = 2;
      Returns:
      A list containing the denom.
    • getDenomCount

      int getDenomCount()
       The denom to be filtered for
       
      repeated string denom = 2;
      Returns:
      The count of denom.
    • getDenom

      String getDenom(int index)
       The denom to be filtered for
       
      repeated string denom = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The denom at the given index.
    • getDenomBytes

      com.google.protobuf.ByteString getDenomBytes(int index)
       The denom to be filtered for
       
      repeated string denom = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the denom at the given index.