Expand description

Create PDAs to to track the status and results of various Auction House actions.

Structs

Receipt for a bid transaction.

Receipt for a listing transaction.

Receipt for a purchase transaction.

Constants

Functions

Add a canceled_at timestamp to the Bid Receipt account.

Add a cancelation time to a listing receipt.

Create a Bid Receipt account at a PDA with the seeds: “bid_receipt”, <BUYER_TRADE_STATE_PUBKEY>.

Create a Listing Receipt account at a PDA with the seeds: “listing_receipt”, <SELLER_TRADE_STATE_PUBKEY>.

Create a Purchase Receipt account at a PDA with the seeds: “listing_receipt”, <SELLER_TRADE_STATE_PUBKEY>, <BUYER_TRADE_STATE_PUBKEY>.