BuyEvent
Hierarchy
- { address: PublicKey; buyer: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }
- BuyEvent
Index
Constructors
externalconstructor
Parameters
externalvalue: { address: PublicKey; buyer: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }
externaladdress: PublicKey = PublicKey
The public key address of the NFT being purchased.
externalbuyer: PublicKey = PublicKey
The public key of the buyer who purchased the NFT.
externalprice: UInt64 = UInt64
The price at which the NFT was purchased.
externalseller: PublicKey = PublicKey
The public key of the seller from whom the NFT is purchased.
externalversion: UInt32 = UInt32
The version number of the NFT state at the time of purchase.
Returns BuyEvent
Properties
address
The public key address of the NFT being purchased.
buyer
The public key of the buyer who purchased the NFT.
price
The price at which the NFT was purchased.
seller
The public key of the seller from whom the NFT is purchased.
version
The version number of the NFT state at the time of purchase.
Emitted when an NFT is purchased.