Expand description
Displays Zebra’s scanning results:
- Opens Zebra’s scanning storage and reads the results containing scanning keys and TXIDs.
- Fetches the transactions by their TXIDs from Zebra using the
getrawtransaction
RPC. - Decrypts the tx outputs using the corresponding scanning key.
- Prints the memos in the outputs.
Functions§
- fetch_
tx_ 🔒via_ rpc - Uses the
getrawtransaction
RPC to retrieve a transaction by its TXID. - main
- Prints the memos of transactions from Zebra’s scanning results storage.
- memo_
bytes_ 🔒to_ string - Trims trailing zeroes from a memo, and returns the memo as a
String
.