Structures

The following structures are available globally.

  • Nimiq wallet returned by the server.

    See more

    Declaration

    Swift

    public struct Wallet : Decodable
  • Block returned by the server.

    See more

    Declaration

    Swift

    public struct Block : Decodable
  • Block template header returned by the server.

    See more

    Declaration

    Swift

    public struct BlockTemplateHeader : Decodable
  • Block template body returned by the server.

    See more

    Declaration

    Swift

    public struct BlockTemplateBody : Decodable
  • Block template returned by the server.

    See more

    Declaration

    Swift

    public struct BlockTemplate : Decodable
  • Mempool information returned by the server.

    See more

    Declaration

    Swift

    public struct MempoolInfo : Decodable
  • Work instructions receipt returned by the server.

    See more

    Declaration

    Swift

    public struct WorkInstructions : Decodable
  • Syncing status returned by the server.

    See more

    Declaration

    Swift

    public struct SyncStatus : Decodable
  • Peer information returned by the server.

    See more

    Declaration

    Swift

    public struct Peer : Decodable
  • Used to pass the data to send transaccions.

    See more

    Declaration

    Swift

    public struct OutgoingTransaction
  • Transaction returned by the server.

    See more

    Declaration

    Swift

    public struct Transaction : Decodable
  • Transaction receipt returned by the server.

    See more

    Declaration

    Swift

    public struct TransactionReceipt : Decodable
  • Used in convenience initializer in the NimiqClient class.

    See more

    Declaration

    Swift

    public struct Config