PauseNFTEvent
Hierarchy
- { address: PublicKey; isPaused: Bool }
- PauseNFTEvent
Index
Constructors
Properties
Constructors
externalconstructor
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
The public key address of the NFT.
isPaused
Indicates whether the NFT is paused (true
) or resumed (false
).
Emitted when an NFT is paused or resumed.