Skip to main content

JS Kit SDK API Reference / Domain / GetDomainRecordsOptions

Interface: GetDomainRecordsOptions<T, U>

Defined in: domain/getDomainRecords.ts:34

Options for retrieving domain records.

Example

const options: GetDomainRecordsOptions<[Record.Url], [undefined]> = {
deserialize: true,
verifiers: [undefined],
};

Type Parameters

T

T extends Record[]

U

U extends { [K in keyof T]: ReadonlyUint8Array | undefined }

Properties

deserialize?

optional deserialize?: boolean

Defined in: domain/getDomainRecords.ts:39

Whether to decode record content.


verifiers?

optional verifiers?: [...U[]]

Defined in: domain/getDomainRecords.ts:41

Right of Association verifiers by record position.