Skip to main content

JavaScript SDK API Reference / Instructions / CreateSplitV2InstructionParams

Interface: CreateSplitV2InstructionParams

Defined in: instructions/createSplitV2Instruction.ts:14

Input for paid V2 domain registration.

Example

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

Properties

name

name: string

Defined in: instructions/createSplitV2Instruction.ts:16

TLD-less domain name.


referrerIdxOpt

referrerIdxOpt: number | null

Defined in: instructions/createSplitV2Instruction.ts:20

Approved referrer index, if any.


space

space: number

Defined in: instructions/createSplitV2Instruction.ts:18

Account data size in bytes.