UpdateEvent
Hierarchy
- { isPaused: Bool; metadata: Field; metadataVerificationKeyHash: Field; name: Field; owner: PublicKey; price: UInt64; storage: Storage; version: UInt32 }
- UpdateEvent
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { isPaused: Bool; metadata: Field; metadataVerificationKeyHash: Field; name: Field; owner: PublicKey; price: UInt64; storage: Storage; version: UInt32 }
externalisPaused: Bool = Bool
Indicates whether the NFT is paused after the update.
externalmetadata: Field = Field
The updated metadata hash of the NFT.
externalmetadataVerificationKeyHash: Field = Field
The hash of the verification key used for metadata proofs.
externalname: Field = Field
The updated name of the NFT.
externalowner: PublicKey = PublicKey
The owner of the NFT after the update.
externalprice: UInt64 = UInt64
The updated price of the NFT.
externalstorage: Storage = Storage
Off-chain storage information, e.g., IPFS hash.
externalversion: UInt32 = UInt32
The version number of the NFT state.
Returns UpdateEvent
Properties
isPaused
Indicates whether the NFT is paused after the update.
metadata
The updated metadata hash of the NFT.
metadataVerificationKeyHash
The hash of the verification key used for metadata proofs.
name
The updated name of the NFT.
owner
The owner of the NFT after the update.
price
The updated price of the NFT.
storage
Off-chain storage information, e.g., IPFS hash.
version
The version number of the NFT state.
Emitted when an NFT's state is updated.