Type alias FindPurchaseByReceiptInput

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

Type declaration

  • receiptAddress: PublicKey

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

  • 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