NFTState
Hierarchy
- any
- NFTState
Index
Constructors
Methods
Constructors
constructor
Returns NFTState
Methods
staticassertEqual
staticfromNFTState
Creates a new NFTState from an NFTStateStruct and other parameters.
Parameters
params: { address: PublicKey; context?: NFTTransactionContext; creator: PublicKey; nftState: NFTStateStruct; oracleAddress?: PublicKey; tokenId: Field }
The parameters including nftState, creator, address, and tokenId.
address: PublicKey
optionalcontext: NFTTransactionContext
creator: PublicKey
nftState: NFTStateStruct
optionaloracleAddress: PublicKey
tokenId: Field
Returns NFTState
A new NFTState instance.
Represents the full state of an NFT, including both immutable and mutable properties.