NFTImmutableState
Hierarchy
- any
- NFTImmutableState
Index
Constructors
Methods
Constructors
constructor
Returns NFTImmutableState
Methods
staticassertEqual
Asserts that two NFTImmutableState instances are equal.
Parameters
a: NFTImmutableState
The first NFTImmutableState instance.
b: NFTImmutableState
The second NFTImmutableState instance.
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.
Represents the immutable state of an NFT, containing read-only properties and flags that determine the NFT's behavior and permissions.