RecommendedFees class

Wrapper containing the result of the recommended fees query, in sat/vByte, based on mempool.space data

Constructors

RecommendedFees.new({required int fastestFee, required int halfHourFee, required int hourFee, required int economyFee, required int minimumFee})
const

Properties

economyFee int
final
fastestFee int
final
halfHourFee int
final
hashCode int
The hash code for this object.
no setterinherited
hourFee int
final
minimumFee int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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