Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 518 Bytes

transaction-receipts.md

File metadata and controls

16 lines (11 loc) · 518 Bytes

Transaction receipts (for recipient)

Motivation

While senders may check the status of their transaction using transaction status, receivers of a transaction must use a different method to check status. The receiver of a transaction must use the Receipt status.

Implementation

Using the MobileCoin Android SDK, the transaction status can be checked by the recipient using the following code:

Receipt.Status status = recipientClient.getReceiptStatus(receipt);