FeeStatsResponse class

Represents fee stats response received from the horizon server. Fee stats are used to predict what fee to set for a transaction before submitting it to the network. See: Fee stats documentation.

Inheritance

Constructors

FeeStatsResponse(String lastLedger, String lastLedgerBaseFee, String lastLedgerCapacityUsage, FeeChargedResponse feeCharged, MaxFeeResponse maxFee)
FeeStatsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

feeCharged FeeChargedResponse
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
lastLedger String
read / write
lastLedgerBaseFee String
read / write
lastLedgerCapacityUsage String
read / write
maxFee MaxFeeResponse
read / write
rateLimitLimit int
read / write, inherited
rateLimitRemaining int
read / write, inherited
rateLimitReset int
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setHeaders(Map<String, String> headers) → void
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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