GetFeeStatsResponse
public struct GetFeeStatsResponse : Decodable, Sendable
Response containing Soroban transaction fee statistics including inclusion fees.
-
Inclusion fee distribution statistics for Soroban transactions
Declaration
Swift
public let sorobanInclusionFee: InclusionFee -
Fee distribution statistics for Stellar (i.e. non-Soroban) transactions. Statistics are normalized per operation.
Declaration
Swift
public let inclusionFee: InclusionFee -
The sequence number of the latest ledger known to Soroban RPC at the time it handled the request.
Declaration
Swift
public let latestLedger: Int -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash