EosioRpcCurrencyStatsRequest
public struct EosioRpcCurrencyStatsRequest : Codable
The request struct for get_currency_stats
RPC requests.
-
Declaration
Swift
public var code: String
-
Declaration
Swift
public var symbol: String
-
Declaration
Swift
public init(code: String, symbol: String)