OwnershipChangeEvent
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
Event emitted when the ownership of the contract changes.
Contains the old owner's and new owner's public keys.