FeeChargedResponse
public struct FeeChargedResponse : Decodable, Sendable
Represents the distribution of fees actually charged for transactions in recent ledgers. All values are in stroops (1 stroop = 0.0000001 XLM). See Stellar developer docs
-
The maximum fee charged in recent ledgers, in stroops.
Declaration
Swift
public let max: String -
The minimum fee charged in recent ledgers, in stroops.
Declaration
Swift
public let min: String -
The most common fee charged in recent ledgers, in stroops.
Declaration
Swift
public let mode: String -
The 10th percentile fee charged, in stroops.
Declaration
Swift
public let p10: String -
The 20th percentile fee charged, in stroops.
Declaration
Swift
public let p20: String -
The 30th percentile fee charged, in stroops.
Declaration
Swift
public let p30: String -
The 40th percentile fee charged, in stroops.
Declaration
Swift
public let p40: String -
The 50th percentile (median) fee charged, in stroops.
Declaration
Swift
public let p50: String -
The 60th percentile fee charged, in stroops.
Declaration
Swift
public let p60: String -
The 70th percentile fee charged, in stroops.
Declaration
Swift
public let p70: String -
The 80th percentile fee charged, in stroops.
Declaration
Swift
public let p80: String -
The 90th percentile fee charged, in stroops.
Declaration
Swift
public let p90: String -
The 95th percentile fee charged, in stroops.
Declaration
Swift
public let p95: String -
The 99th percentile fee charged, in stroops.
Declaration
Swift
public let p99: String -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash