CSPR.name resolution
The CSPRNameResolution
entity holds information about mapping between account hashes and CSPR.name names.
Properties
The CSPRNameResolution
entity has the following properties:
Property | Type | Description |
---|---|---|
|
| ID of the name token (NFT) |
|
| Name (e.g. |
|
| Account hash represented as a hexadecimal string |
|
| Flag that indicates if CSPR.name is primary for a specific account (only single primary name of an account). |
|
| Resolution expiration timestamp in the ISO 8601 format |
Example
Optional properties
Depending on the endpoint, the following optional properties may be included in the CSPRNameResolution
entity:
Property | Type | Description |
---|---|---|
|
| Public key of the resolved account |
|
| |
| Account info of the resolved account | |
| Centralized Account info of the resolved account | |
| NFT token that represents the ownership of the CSPR.name |
Relations
The CSPRNameResolution
entity has the following relations with other entities:
Entity | Mapping property | Description |
---|---|---|
| Names are resolved to accounts | |
| Name ownership is granted by the corresponding CSPR.name NFT |
Endpoints
The CSPRNameResolution
entity has the following endpoints:
Last updated