JS Kit SDK API Reference / Instructions / TransferInstructionParams
Interface: TransferInstructionParams
Defined in: instructions/transferInstruction.ts:21
Input for transferring an SNS name-registry account.
Example
const params: TransferInstructionParams = { newOwner };
Properties
newOwner
newOwner:
Address
Defined in: instructions/transferInstruction.ts:23
New registry owner.