InclusionFee
public struct InclusionFee : Decodable, Sendable
Fee statistics showing distribution of inclusion fees across network transactions.
-
Maximum fee
Declaration
Swift
public let max: String -
Minimum fee
Declaration
Swift
public let min: String -
Fee value which occurs the most often
Declaration
Swift
public let mode: String -
10th nearest-rank fee percentile
Declaration
Swift
public let p10: String -
20th nearest-rank fee percentile
Declaration
Swift
public let p20: String -
30th nearest-rank fee percentile
Declaration
Swift
public let p30: String -
40th nearest-rank fee percentile
Declaration
Swift
public let p40: String -
50th nearest-rank fee percentile
Declaration
Swift
public let p50: String -
60th nearest-rank fee percentile
Declaration
Swift
public let p60: String -
70th nearest-rank fee percentile
Declaration
Swift
public let p70: String -
80th nearest-rank fee percentile
Declaration
Swift
public let p80: String -
90th nearest-rank fee percentile
Declaration
Swift
public let p90: String -
99th nearest-rank fee percentile
Declaration
Swift
public let p99: String -
How many transactions are part of the distribution
Declaration
Swift
public let transactionCount: String -
How many consecutive ledgers form the distribution
Declaration
Swift
public let ledgerCount: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash