Type alias FindPurchaseByTradeStateInput

FindPurchaseByTradeStateInput: {
    sellerTradeState: PublicKey;
    buyerTradeState: PublicKey;
    auctionHouse: AuctionHouse;
    loadJsonMetadata?: boolean;
}

Type declaration

  • sellerTradeState: PublicKey

    Seller trade state PDA account encoding the listing order.

  • buyerTradeState: PublicKey

    Buyer trade state PDA account encoding the bid order.

  • auctionHouse: AuctionHouse

    A model of the Auction House related to this purchase.

  • Optional loadJsonMetadata?: boolean

    Whether or not we should fetch the JSON Metadata for the NFT or SFT.

    Default Value

    true

Generated using TypeDoc