NFTStateStruct
Hierarchy
- any
- NFTStateStruct
Index
Constructors
Methods
Constructors
constructor
Returns NFTStateStruct
Methods
staticassertEqual
Asserts that two NFTStateStruct instances are equal.
Parameters
a: NFTStateStruct
The first NFTStateStruct instance.
b: NFTStateStruct
The second NFTStateStruct instance.
Returns void
staticfromAccount
Creates an NFTStateStruct from an account's app state.
Parameters
account: Account
The account containing the zkApp state.
Returns any
A new NFTStateStruct instance.
Represents the on-chain state structure of an NFT. The order of the fields is important and should match the NFT SmartContract.