Account Info
Last updated
Last updated
The AccountInfo
entity represents a record of an account along with related metadata in the context of the Casper Account Info Standard. This entity is parsed from the Casper Account Info Contract and stores a denormalized representation of the data from this contract.
The AccountInfo
entity has the following properties:
Property | Type | Description |
---|---|---|
Example
None
The AccountInfo
entity has the following relations with other entities:
The AccountInfo
entity has the following endpoints:
None
Entity | Mapping property | Description |
---|---|---|
account_hash
string(64)
Account hash represented as a hexadecimal string
url
string
The top level domain URL for an account information
is_active
boolean
Status describes whether account info active or not
info
JSON
JSON representation of account info data, related to Casper Account Info Standard
deploy_hash
string(64)
Hash of the deploy that deployed the Casper Account Info Contract to the network represented as a hexadecimal string
verified_account_hashes
[]string
List of verified account hashes represented as a hexadecimal string
created
datetime
Account info creation timestamp
updated
datetime
Account info last update timestamp
account_hash
Account info is related to an account
deploy_hash
Contracts are deployed to the network with a deploy call.