Skip to main content

JS Kit SDK API Reference / States / NftStateParams

Interface: NftStateParams

Defined in: states/nft.ts:32

Input for decoding an SNS NFT account.

Example

const params: NftStateParams = { tag: 2, nonce: 0, nameAccount, owner, nftMint };

Properties

nameAccount

nameAccount: Uint8Array

Defined in: states/nft.ts:38

Encoded SNS domain account address.


nftMint

nftMint: Uint8Array

Defined in: states/nft.ts:42

Encoded NFT mint address.


nonce

nonce: number

Defined in: states/nft.ts:36

NFT record nonce.


owner

owner: Uint8Array

Defined in: states/nft.ts:40

Encoded NFT owner address.


tag

tag: number

Defined in: states/nft.ts:34

NFT state tag.