GetFeeStatsResponseEnum
public enum GetFeeStatsResponseEnum : Sendable
Response enum for fee statistics requests.
Contains inclusion fee statistics used for transaction prioritization and spam prevention.
-
Successfully retrieved fee statistics from Soroban RPC.
Declaration
Swift
case success(response: GetFeeStatsResponse) -
Failed to retrieve fee statistics, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash