JS Kit SDK API Reference / Instructions / UpdateNameRegistryInstructionParams
Interface: UpdateNameRegistryInstructionParams
Defined in: instructions/updateNameRegistryInstruction.ts:12
Input for updating an SNS name-registry account.
Example
const params: UpdateNameRegistryInstructionParams = { offset: 0, inputData };
Properties
inputData
inputData:
Uint8Array
Defined in: instructions/updateNameRegistryInstruction.ts:16
Bytes to write.
offset
offset:
number
Defined in: instructions/updateNameRegistryInstruction.ts:14
Byte offset where the update begins.