Skip to main content

Interface: SubnameRecordsResponse

Describes the response structure for retrieving the records associated with a subname.

SubnameRecordsResponse

Hierarchy

Properties

coins

coins: Coin[]

The coin records associated with the subname.

Defined in

lib/types/subnames/records.ts:37


contentHash

contentHash: null | ContentHash

The content hash associated with the subname.

Defined in

lib/types/subnames/records.ts:39


isJAN

isJAN: boolean

A boolean indicating whether the subname is a Japanese name.

Defined in

lib/types/subnames/records.ts:41


resolverAddress

resolverAddress: string

The address of the resolver.

Defined in

lib/types/subnames/records.ts:33


texts

texts: Text[]

The text records associated with the subname.

Defined in

lib/types/subnames/records.ts:35