Skip to main content

SellEvent

Emitted when an NFT is listed for sale.

Hierarchy

  • { address: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }
    • SellEvent

Index

Constructors

externalconstructor

  • new SellEvent(value: { address: PublicKey; price: UInt64; seller: PublicKey; version: UInt32 }): SellEvent
  • 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

address: PublicKey = PublicKey

The public key address of the NFT being sold.

price

price: UInt64 = UInt64

The price at which the NFT is listed for sale.

seller

seller: PublicKey = PublicKey

The public key of the seller listing the NFT for sale.

version

version: UInt32 = UInt32

The version number of the NFT state at the time of listing.