Skip to main content

LimitMintingEvent

Emitted when minting of new NFTs is limited in the collection.

Hierarchy

  • { mintingLimited: Bool }
    • LimitMintingEvent

Index

Constructors

Properties

Constructors

externalconstructor

  • Parameters

    • externalvalue: { mintingLimited: Bool }
      • externalmintingLimited: Bool = Bool

        Indicates whether minting is limited (true) or not (false).

    Returns LimitMintingEvent

Properties

mintingLimited

mintingLimited: Bool = Bool

Indicates whether minting is limited (true) or not (false).

Page Options