SellEvent
Hierarchy
- { address: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }
- SellEvent
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { address: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }
externaladdress: PublicKey = PublicKey
The public key address of the NFT being sold.
externalprice: UInt64 = UInt64
The price at which the NFT is listed for sale.
externalseller: PublicKey = PublicKey
The public key of the seller listing the NFT for sale.
externalversion: UInt32 = UInt32
The version number of the NFT state at the time of listing.
Returns SellEvent
Properties
address
The public key address of the NFT being sold.
price
The price at which the NFT is listed for sale.
seller
The public key of the seller listing the NFT for sale.
version
The version number of the NFT state at the time of listing.
Emitted when an NFT is listed for sale.