Type alias FindBidByTradeStateInput

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

Type declaration

  • tradeStateAddress: PublicKey

    Buyer trade state PDA account encoding the bid order.

  • auctionHouse: AuctionHouse

    A model of the Auction House related to this bid.

  • Optional loadJsonMetadata?: boolean

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

    Default Value

    true

Generated using TypeDoc