Structures
The following structures are available globally.
-
Nimiq wallet returned by the server.
See moreDeclaration
Swift
public struct Wallet : Decodable -
Block returned by the server.
See moreDeclaration
Swift
public struct Block : Decodable -
Block template header returned by the server.
See moreDeclaration
Swift
public struct BlockTemplateHeader : Decodable -
Block template body returned by the server.
See moreDeclaration
Swift
public struct BlockTemplateBody : Decodable -
Block template returned by the server.
See moreDeclaration
Swift
public struct BlockTemplate : Decodable -
Mempool information returned by the server.
See moreDeclaration
Swift
public struct MempoolInfo : Decodable -
Work instructions receipt returned by the server.
See moreDeclaration
Swift
public struct WorkInstructions : Decodable -
Syncing status returned by the server.
See moreDeclaration
Swift
public struct SyncStatus : Decodable -
Peer information returned by the server.
See moreDeclaration
Swift
public struct Peer : Decodable -
Used to pass the data to send transaccions.
See moreDeclaration
Swift
public struct OutgoingTransaction -
Transaction returned by the server.
See moreDeclaration
Swift
public struct Transaction : Decodable -
Transaction receipt returned by the server.
See moreDeclaration
Swift
public struct TransactionReceipt : Decodable -
Used in convenience initializer in the NimiqClient class.
See moreDeclaration
Swift
public struct Config
Structures Reference