Skip to main content

JS Kit SDK API Reference / Bindings / RecordVerificationParams

Interface: RecordVerificationParams

Defined in: bindings/recordValidation.ts:29

Accounts and record identity required to build a record-validation instruction.

Example

const params: RecordVerificationParams = {
domain: "example.sns",
record: Record.Url,
owner,
payer,
verifier,
};

Properties

domain

domain: string

Defined in: bindings/recordValidation.ts:31

Full .sns domain or subdomain name.


owner

owner: Address

Defined in: bindings/recordValidation.ts:37

Current owner of the domain.


payer

payer: Address

Defined in: bindings/recordValidation.ts:40

Fee payer for the validation instruction.


record

record: Record

Defined in: bindings/recordValidation.ts:34

V2 record type to validate.


verifier

verifier: Address

Defined in: bindings/recordValidation.ts:43

Account whose signature or identity verifies the record.