NFTMintData
Hierarchy
- { address: PublicKey; initialState: Field[]; name: Field; verifier: PublicKey }
- NFTMintData
Index
Constructors
Properties
Constructors
constructor
Parameters
value: { address: PublicKey; initialState: [Field, Field, Field, Field, Field, Field, Field, Field]; name: Field; verifier: PublicKey }
Returns NFTMintData
Properties
address
The address of the NFT
initialState
The initial state of the NFT (8 Fields)
name
The name of the NFT encoded in Field
verifier
The verifier of the NFT - the Name Service contract that sends this update
NFTMintData is the data for the minting of the NFT