Classes

The following classes are available globally.

  • Normal Nimiq account object returned by the server.

    See more

    Declaration

    Swift

    public class Account : Decodable
  • Vesting contract object returned by the server.

    See more

    Declaration

    Swift

    public class VestingContract : Account
  • Hashed Timelock Contract object returned by the server.

    See more

    Declaration

    Swift

    public class HTLC : Account
  • Nimiq JSONRPC Client

    See more

    Declaration

    Swift

    public class NimiqClient