EosioRpcCurrencyStatsResponse
public struct EosioRpcCurrencyStatsResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_currency_stats
RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any?
-
Declaration
Swift
public var symbol: String
-
Declaration
Swift
public var currencyStats: CurrencyStats
-
Declaration
Swift
public init(from decoder: Decoder) throws