The only things we should be sending the client are:
Tx hash
Amount
Payment ID (from OP_RETURN)
Optional message (from OP_RETURN)
Later on, we can get fancy about notifying the client when a tx has finalized to improve the UX even more -- but let's wait for pre-consensus before doing that.
Everything else that we're currently sending the client (eg. database IDs for the tx and address) are superfluous.
The only things we should be sending the client are:
Later on, we can get fancy about notifying the client when a tx has finalized to improve the UX even more -- but let's wait for pre-consensus before doing that.
Everything else that we're currently sending the client (eg. database IDs for the tx and address) are superfluous.