Skip to main content

JavaScript SDK API Reference / Instructions / CreateWithNftInstructionParams

Interface: CreateWithNftInstructionParams

Defined in: instructions/createWithNftInstruction.ts:14

Input for registration with an eligible NFT.

Example

const params: CreateWithNftInstructionParams = { name: "example", space: 1_000 };

Properties

name

name: string

Defined in: instructions/createWithNftInstruction.ts:16

TLD-less domain name.


space

space: number

Defined in: instructions/createWithNftInstruction.ts:18

Account data size in bytes.