com.hederahashgraph.api.proto.java.CurrentAndNextFeeScheduleOrBuilder Maven / Gradle / Ivy
// 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