Account Info
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.
Properties
The AccountInfo
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| Account hash represented as a hexadecimal string |
|
| The top level domain URL for an account information |
|
| Status describes whether account info active or not |
|
| JSON representation of account info data, related to Casper Account Info Standard |
|
| Hash of the deploy that deployed the Casper Account Info Contract to the network represented as a hexadecimal string |
|
| List of verified account hashes represented as a hexadecimal string |
|
| Account info creation timestamp |
|
| Account info last update timestamp |
Example
Optional properties
None
Relations
The AccountInfo
entity has the following relations with other entities:
Entity | Mapping property | Description |
---|---|---|
| Account info is related to an account | |
| Contracts are deployed to the network with a deploy call. |
Endpoints
The AccountInfo
entity has the following endpoints:
Relation endpoints
None
Last updated