FeeRateGovernorValue class

The value of a fee rate governor

Annotations
  • @JsonSerializable()

Constructors

FeeRateGovernorValue({required int burnPercent, required int maxLamportsPerSignature, required int minLamportsPerSignature, required int targetLamportsPerSignature, required int targetSignaturesPerSlot})
const
FeeRateGovernorValue.fromJson(Map<String, dynamic> json)
factory

Properties

burnPercent int
Percentage of fees collected to be destroyed.
final
hashCode int
The hash code for this object.
no setterinherited
maxLamportsPerSignature int
Largest value lamportsPerSignature can attain for the next slot.
final
minLamportsPerSignature int
Smallest value lamportsPerSignature can attain for the next slot.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetLamportsPerSignature int
Desired fee rate for the cluster.
final
targetSignaturesPerSlot int
Desired signature rate for the cluster.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited