Type alias DirectBuyOutput

DirectBuyOutput: { bid: Bid; purchase: Purchase; response: SendAndConfirmTransactionResponse }

Type declaration

  • bid: Bid

    A model that keeps information about the Bid.

  • purchase: Purchase

    A model that keeps information about the Purchase.

  • response: SendAndConfirmTransactionResponse

    The blockchain response from sending and confirming the transaction.

Generated using TypeDoc