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:

PropertyTypeDescription

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

expires_at

string

Resolution expiration timestamp in the ISO 8601 format

Example

{
  "name_token_id": "0000000000000000000000000000000000000000000000000000000000000000",
  "name": "faucet.cspr",
  "resolved_hash": "b383c7cc23d18bc1b42406a1b2d29fc8dba86425197b6f553d7fd61375b5e446",
  "expires_at": "2124-08-27 12:00:00.00"
}

Optional properties

None

Relations

The CSPRNameResolution entity has the following relations with other entities:

EntityMapping propertyDescription

resolved_hash

Names are resolved to accounts

name_token_id

Name ownership is granted by the corresponding CSPR.name NFT

Endpoints

The CSPRNameResolution entity has the following endpoints:

Last updated