Skip to main content

JS Kit SDK API Reference / Instructions / CreateSplitV2InstructionParams

Interface: CreateSplitV2InstructionParams

Defined in: instructions/createSplitV2Instruction.ts:12

Input for creating a split SNS V2 domain account.

Example

const params: CreateSplitV2InstructionParams = { name: "example", space: 1_000, referrerIdxOpt: null };

Properties

name

name: string

Defined in: instructions/createSplitV2Instruction.ts:14

TLD-less domain name.


referrerIdxOpt

referrerIdxOpt: number | null

Defined in: instructions/createSplitV2Instruction.ts:18

Approved referrer index, if any.


space

space: number

Defined in: instructions/createSplitV2Instruction.ts:16

Account data size in bytes.