Type alias FindListingByTradeStateInput

FindListingByTradeStateInput: {
    tradeStateAddress: PublicKey;
    auctionHouse: AuctionHouse;
    loadJsonMetadata?: boolean;
}

Type declaration

  • tradeStateAddress: PublicKey

    Seller trade state PDA account encoding the listing order.

  • auctionHouse: AuctionHouse

    A model of the Auction House related to this listing.

  • Optional loadJsonMetadata?: boolean

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

    Default Value

    true

Generated using TypeDoc