Skip to main content

MintEvent

Emitted when a new NFT is minted in the collection.

Hierarchy

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

address: PublicKey = PublicKey

The public key address of the minted NFT.

initialState

initialState: NFTStateStruct = NFTStateStruct

The initial state of the NFT at the time of minting.

Page Options