Skip to main content

Interface: TextRecordResponse

Represents a text record associated with a subname, providing a simple key-value pair for storing arbitrary data related to the subname.

TextRecordResponse

Properties

dataId

dataId: string

A reference to the metadata this text record is associated with.

Defined in

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


id

id: string

Unique identifier for the text record.

Defined in

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


key

key: string

The key or label of the text record.

Defined in

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


value

value: string

The text content or value of the record.

Defined in

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