Skip to main content

Interface: SubnameUpdateRequest

Defines the request parameters for updating a subname, including its associated addresses, text records, and content hash.

SubnameUpdateRequest

Hierarchy

Properties

addresses

addresses: Address[]

The cryptocurrency addresses to associate with the subname.

Defined in

lib/types/subnames/update.ts:81


chainId

chainId: number

The blockchain network identifier.

Defined in

lib/types/subnames/update.ts:79


contentHash

contentHash: string

A hash of the content to be associated with the subname.

Defined in

lib/types/subnames/update.ts:85


ensDomain

ensDomain: string

The parent ENS domain under which the subname is registered.

Defined in

lib/types/subnames/update.ts:77


text

text: TextRecord[]

The text records to associate with the subname.

Defined in

lib/types/subnames/update.ts:83


username

username: string

The subname to be updated.

Defined in

lib/types/subnames/update.ts:75