DCN
Definition
The DCN resource is the DIMO Canonical Name registered to a given vehicle on the DIMO network. This refers to viewing a particular DCN.
Developer Notes
This GraphQL node refers to the singular dcn
, hence an argument is needed in order for the query to be specific.
Arguments
Hierarchy and Relations
Field | Type | Description |
---|---|---|
| The namehash of the domain. | |
| Int! | The ERC-721 token identifier for the domain. |
| Human readable name, if any, for the domain; for example, | |
| A 20-byte Ethereum address registered on the blockchain for the owner, encoded as a checksummed hex string with | |
| Time! | The RFC-3339 timestamp at which the DCN was minted, formatted as |
| Time! | The RFC-3339 timestamp at which the DCN will expire, formatted as |
| The vehicle, if any, to which the domain is attached. |
Last updated