UpgradeVerificationKeyEvent
Hierarchy
- { address: PublicKey; verificationKeyHash: Field; version: UInt32 }
- UpgradeVerificationKeyEvent
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { address: PublicKey; verificationKeyHash: Field; version: UInt32 }
externaladdress: PublicKey = PublicKey
The public key address of the NFT whose verification key is upgraded.
externalverificationKeyHash: Field = Field
The hash of the new verification key.
externalversion: UInt32 = UInt32
The version number of the NFT state after the upgrade.
Returns UpgradeVerificationKeyEvent
Properties
address
The public key address of the NFT whose verification key is upgraded.
verificationKeyHash
The hash of the new verification key.
version
The version number of the NFT state after the upgrade.
Emitted when the verification key of an NFT is upgraded.