Interface CurrentAndNextFeeScheduleOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * A current, unexpired, fee schedule.
    * A future fee schedule to use when the current schedule expires.
    boolean
    * A current, unexpired, fee schedule.
    boolean
    * A future fee schedule to use when the current schedule expires.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasCurrentFeeSchedule

      boolean hasCurrentFeeSchedule()
       *
       A current, unexpired, fee schedule.
       
      .proto.FeeSchedule currentFeeSchedule = 1;
      Returns:
      Whether the currentFeeSchedule field is set.
    • getCurrentFeeSchedule

      FeeSchedule getCurrentFeeSchedule()
       *
       A current, unexpired, fee schedule.
       
      .proto.FeeSchedule currentFeeSchedule = 1;
      Returns:
      The currentFeeSchedule.
    • hasNextFeeSchedule

      boolean hasNextFeeSchedule()
       *
       A future fee schedule to use when the current schedule expires.
       
      .proto.FeeSchedule nextFeeSchedule = 2;
      Returns:
      Whether the nextFeeSchedule field is set.
    • getNextFeeSchedule

      FeeSchedule getNextFeeSchedule()
       *
       A future fee schedule to use when the current schedule expires.
       
      .proto.FeeSchedule nextFeeSchedule = 2;
      Returns:
      The nextFeeSchedule.