JS Kit SDK API Reference / Instructions / ReallocInstructionParams
Interface: ReallocInstructionParams
Defined in: instructions/reallocInstruction.ts:12
Input for reallocating an SNS name-registry account.
Example
const params: ReallocInstructionParams = { space: 1_000 };
Properties
space
space:
number
Defined in: instructions/reallocInstruction.ts:14
New account data size in bytes.