Skip to main content

Interface: Metadata

Represents metadata associated with a claimed subname, including content hash, associated addresses, text records, and the parent domain identifier.

Metadata

Properties

addresses

addresses: Address[]

An array of addresses associated with the subname.

Defined in

lib/types/subnames/accept.ts:49


contentHash

contentHash: string

A hash of the content associated with the subname.

Defined in

lib/types/subnames/accept.ts:47


id

id: string

The unique identifier of the subname metadata.

Defined in

lib/types/subnames/accept.ts:45


subdomainId

subdomainId: string

The identifier of the parent domain.

Defined in

lib/types/subnames/accept.ts:53


textRecords

textRecords: TextRecord[]

An array of text records associated with the subname.

Defined in

lib/types/subnames/accept.ts:51