PeerModel
public struct PeerModel: APIModel
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum State: UInt8, Decodable -
Undocumented
Declaration
Swift
public let ip: String -
Undocumented
Declaration
Swift
public let port: UInt64 -
Undocumented
Declaration
Swift
public let state: State -
Undocumented
Declaration
Swift
public let os: String -
Undocumented
Declaration
Swift
public let version: String -
Undocumented
Declaration
Swift
public let broadhash: String -
Undocumented
Declaration
Swift
public let height: UInt64 -
Undocumented
Declaration
Swift
public let updated: Double -
Undocumented
Declaration
Swift
public let nonce: String
View on GitHub
PeerModel Structure Reference