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:
name_token_id
string
ID of the name token (NFT)
name
string
Name (e.g. cloud.cspr
)
resolved_hash
string(64)
Account hash represented as a hexadecimal string
is_primary
boolean
Flag that indicates if CSPR.name is primary for a specific account (only single primary name of an account).
Example
Optional properties
Depending on the endpoint, the following optional properties may be included in the CSPRNameResolution
entity:
resolved_public_key
string(68)
Public key of the resolved account
Relations
The CSPRNameResolution
entity has the following relations with other entities:
Endpoints
The CSPRNameResolution
entity has the following endpoints:
Last updated