Skip to main content

NFTImmutableState

Represents the immutable state of an NFT, containing read-only properties and flags that determine the NFT's behavior and permissions.

Hierarchy

  • any
    • NFTImmutableState

Index

Constructors

constructor

  • Returns NFTImmutableState

Methods

staticassertEqual

  • Asserts that two NFTImmutableState instances are equal.


    Parameters

    Returns void

staticfromNFTData

  • Creates a new NFTImmutableState from NFTData and other parameters.


    Parameters

    • params: { address: PublicKey; nftData: NFTData; tokenId: Field }

      The parameters including nftData, creator, address, and tokenId.

      • address: PublicKey
      • nftData: NFTData
      • tokenId: Field

    Returns NFTImmutableState

    A new NFTImmutableState instance.

Page Options