Skip to main content

Interface: MetadataResponse

Contains detailed metadata for a subname, including content hash, associated addresses, and text records.

MetadataResponse

Properties

addresses

addresses: AddressResponse[]

A list of cryptocurrency addresses associated with the subname.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:64


contentHash

contentHash: string

A content hash associated with the subname, representing stored or linked content.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:60


id

id: string

The unique identifier of the subname's metadata.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:58


subdomainId

subdomainId: string

The identifier of the subdomain to which this metadata belongs.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:62


textRecords

textRecords: TextRecordResponse[]

A list of text records providing additional information about the subname.

Defined in

lib/types/subnames/get-by-domain-name-chainId.ts:66