Skip to main content

OwnershipChangeEvent

Event emitted when the ownership of the contract changes.

Contains the old owner's and new owner's public keys.

Hierarchy

  • { newOwner: PublicKey; oldOwner: PublicKey }
    • OwnershipChangeEvent

Index

Constructors

Properties

Constructors

externalconstructor

  • Parameters

    • externalvalue: { newOwner: PublicKey; oldOwner: PublicKey }
      • externalnewOwner: PublicKey = PublicKey
      • externaloldOwner: PublicKey = PublicKey

    Returns OwnershipChangeEvent

Properties

newOwner

newOwner: PublicKey = PublicKey

oldOwner

oldOwner: PublicKey = PublicKey
Page Options