nimiqclient.models.account.Account

class nimiqclient.models.account.Account(id, address, balance, type)[source]

Bases: object

Normal Nimiq account object returned by the server.

Parameters
  • id (str) – Hex-encoded 20 byte address.

  • address (str) – User friendly address (NQ-address).

  • balance (int) – Balance of the account (in smallest unit).

  • type (AccountType) – The account type associated with the account.

Methods