Class CurrentAndNextFeeSchedule.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<CurrentAndNextFeeSchedule,CurrentAndNextFeeSchedule.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<CurrentAndNextFeeSchedule,CurrentAndNextFeeSchedule.Builder>
com.hedera.hashgraph.sdk.proto.CurrentAndNextFeeSchedule.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, CurrentAndNextFeeScheduleOrBuilder, Cloneable
Enclosing class:
CurrentAndNextFeeSchedule

public static final class CurrentAndNextFeeSchedule.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CurrentAndNextFeeSchedule,CurrentAndNextFeeSchedule.Builder> implements CurrentAndNextFeeScheduleOrBuilder
 *
 The "current" fee schedule and the "next" fee schedule.

 The current fee schedule is the schedule that SHALL apply to the current
 transaction.<br/>
 The next fee schedule is the schedule that SHALL apply after the current
 schedule expires.<br/>
 We store both to avoid a condition where transactions are processed very
 near the time when a fee schedule expires and it might be indeterminate
 which fees to apply. With both current and next fee schedule the network
 can deterministically apply the correct fee schedule based on consensus
 timestamp for each transaction.
 
Protobuf type proto.CurrentAndNextFeeSchedule