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?
optionaldeserialize?:boolean
Defined in: domain/getDomainRecords.ts:39
Whether to decode record content.
verifiers?
optionalverifiers?: [...U[]]
Defined in: domain/getDomainRecords.ts:41
Right of Association verifiers by record position.