Skip to main content

PauseNFTEvent

Emitted when an NFT is paused or resumed.

Hierarchy

  • { address: PublicKey; isPaused: Bool }
    • PauseNFTEvent

Index

Constructors

Properties

Constructors

externalconstructor

  • new PauseNFTEvent(value: { address: PublicKey; isPaused: Bool }): PauseNFTEvent
  • Parameters

    • externalvalue: { address: PublicKey; isPaused: Bool }
      • externaladdress: PublicKey = PublicKey

        The public key address of the NFT.

      • externalisPaused: Bool = Bool

        Indicates whether the NFT is paused (true) or resumed (false).

    Returns PauseNFTEvent

Properties

address

address: PublicKey = PublicKey

The public key address of the NFT.

isPaused

isPaused: Bool = Bool

Indicates whether the NFT is paused (true) or resumed (false).

Page Options