Skip to main content

JS Kit SDK API Reference / Instructions / CreateWithNftInstructionParams

Interface: CreateWithNftInstructionParams

Defined in: instructions/createWithNftInstruction.ts:12

Input for registering an SNS domain backed by an NFT.

Example

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

Properties

name

name: string

Defined in: instructions/createWithNftInstruction.ts:14

TLD-less domain name.


space

space: number

Defined in: instructions/createWithNftInstruction.ts:16

Account data size in bytes.