All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.CurrentAndNextFeeScheduleOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic_types.proto

package com.hederahashgraph.api.proto.java;

public interface CurrentAndNextFeeScheduleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.CurrentAndNextFeeSchedule)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Contains current Fee Schedule
   * 
* * .proto.FeeSchedule currentFeeSchedule = 1; * @return Whether the currentFeeSchedule field is set. */ boolean hasCurrentFeeSchedule(); /** *
   **
   * Contains current Fee Schedule
   * 
* * .proto.FeeSchedule currentFeeSchedule = 1; * @return The currentFeeSchedule. */ com.hederahashgraph.api.proto.java.FeeSchedule getCurrentFeeSchedule(); /** *
   **
   * Contains current Fee Schedule
   * 
* * .proto.FeeSchedule currentFeeSchedule = 1; */ com.hederahashgraph.api.proto.java.FeeScheduleOrBuilder getCurrentFeeScheduleOrBuilder(); /** *
   **
   * Contains next Fee Schedule
   * 
* * .proto.FeeSchedule nextFeeSchedule = 2; * @return Whether the nextFeeSchedule field is set. */ boolean hasNextFeeSchedule(); /** *
   **
   * Contains next Fee Schedule
   * 
* * .proto.FeeSchedule nextFeeSchedule = 2; * @return The nextFeeSchedule. */ com.hederahashgraph.api.proto.java.FeeSchedule getNextFeeSchedule(); /** *
   **
   * Contains next Fee Schedule
   * 
* * .proto.FeeSchedule nextFeeSchedule = 2; */ com.hederahashgraph.api.proto.java.FeeScheduleOrBuilder getNextFeeScheduleOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy