MintEvent
Hierarchy
- { address: PublicKey; initialState: NFTStateStruct }
- MintEvent
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { address: PublicKey; initialState: NFTStateStruct }
externaladdress: PublicKey = PublicKey
The public key address of the minted NFT.
externalinitialState: NFTStateStruct = NFTStateStruct
The initial state of the NFT at the time of minting.
Returns MintEvent
Properties
address
The public key address of the minted NFT.
initialState
The initial state of the NFT at the time of minting.
Emitted when a new NFT is minted in the collection.