Account

The Account entity represents the account observed in the network activity. For example, when the corresponding public key was passed as a deploy argument. Because of that, an Account may not necessarily have a purse and on-chain balance.

Properties

The Account entity has the following properties:

Example

{
    "account_hash": "fa12d2dd5547714f8c2754d418aa8c9d59dc88780350cb4254d622e2d4ef7e69",
    "balance": 1325092768520378,
    "main_purse_uref": "uref-bb9f47c30ddbe192438fad10b7db8200247529d6592af7159d92c5f3aa7716a1-007",
    "public_key": "0106ca7c39cd272dbf21a86eeb3b36b7c26e2e9b94af64292419f7862936bca2ca"
}

Optional properties

Depending on the endpoint some of the following optional properties may be included in the Account entity:

Relations

The Account entity has the following relations with other entities:

Endpoints

The Account entity has the following endpoints:

Relation endpoints

The Account entity has the following relation endpoints:

Last updated