blink icon indicating copy to clipboard operation
blink copied to clipboard

Add transactionByHash selection to API

Open vindard opened this issue 2 years ago • 0 comments

Description

If a user wants to get the details of a particular transaction, they currently have to call transactions and then iterate through all transactions until they find the one they want (e.g. from Alby).

We should somehow implement a transactionByHash selection to simplify this use-case. Ideally it would return a single "transaction summary" object with relevant information about the transaction instead of multiple ledger transactions that match the hash.

  • #1210

Related:

  • #1203
  • #1200

vindard avatar May 26 '22 13:05 vindard