Skip to main content

JS Kit SDK API Reference / Instructions / UpdateRecordInstructionParams

Interface: UpdateRecordInstructionParams

Defined in: instructions/updateRecordInstruction.ts:18

Input for updating an SNS V2 record account.

Example

const params: UpdateRecordInstructionParams = { record, content };

Properties

content

content: ReadonlyUint8Array

Defined in: instructions/updateRecordInstruction.ts:22

Serialized record content.


record

record: string

Defined in: instructions/updateRecordInstruction.ts:20

Encoded V2 record label.