Account

public class Account : Decodable

Normal Nimiq account object returned by the server.

  • id

    Hex-encoded 20 byte address.

    Declaration

    Swift

    public var id: String
  • User friendly address (NQ-address).

    Declaration

    Swift

    public var address: String
  • Balance of the account (in smallest unit).

    Declaration

    Swift

    public var balance: Int
  • The account type associated with the account.

    Declaration

    Swift

    public var type: AccountType