CurrencyStats
public struct CurrencyStats : Decodable
Response type for the Currency RPC endpoint.
-
Declaration
Swift
public var supply: String -
Declaration
Swift
public var maxSupply: String -
Declaration
Swift
public var issuer: String -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
CurrencyStats Structure Reference