Type alias DirectSellOutput

DirectSellOutput: {
    listing: Listing;
    purchase: Purchase;
    response: SendAndConfirmTransactionResponse;
}

Type declaration

  • listing: Listing

    A model that keeps information about the Listing.

  • purchase: Purchase

    A model that keeps information about the Purchase.

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

Generated using TypeDoc