Skip to main content

UpgradeVerificationKeyEvent

Emitted when the verification key of an NFT is upgraded.

Hierarchy

  • { address: PublicKey; verificationKeyHash: Field; version: UInt32 }
    • UpgradeVerificationKeyEvent

Index

Constructors

externalconstructor

  • new UpgradeVerificationKeyEvent(value: { address: PublicKey; verificationKeyHash: Field; version: UInt32 }): UpgradeVerificationKeyEvent
  • 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

address: PublicKey = PublicKey

The public key address of the NFT whose verification key is upgraded.

verificationKeyHash

verificationKeyHash: Field = Field

The hash of the new verification key.

version

version: UInt32 = UInt32

The version number of the NFT state after the upgrade.