Skip to content

Commit

Permalink
adds decrypted notes to getAccountTransactions (#3731)
Browse files Browse the repository at this point in the history
* adds decrypted notes to getAccountTransactions

optionally decrypts transaction output notes and includes them in the response
from getAccountTransactions with each transaction.

adding the decrypted notes will support adding both sender address and recipient
address to the output of `wallet:transactions`: each note includes both the
sender address and the 'owner' address, which is the recipient address.

* moves getAccountDecryptedNotes from types to utils

* fixes lint
  • Loading branch information
hughy authored Apr 3, 2023
1 parent b685fb5 commit f7530f7
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 88 deletions.
Loading

0 comments on commit f7530f7

Please sign in to comment.