Type alias FindListingByReceiptInput

FindListingByReceiptInput: {
    receiptAddress: PublicKey;
    auctionHouse: AuctionHouse;
    loadJsonMetadata?: boolean;
}

Type declaration

  • receiptAddress: PublicKey

    The address of the listing receipt account. This is the account that stores information about this listing. The Listing model is built on top of this account.

  • 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