Crate scanning_results_reader

Source
Expand description

Displays Zebra’s scanning results:

  1. Opens Zebra’s scanning storage and reads the results containing scanning keys and TXIDs.
  2. Fetches the transactions by their TXIDs from Zebra using the getrawtransaction RPC.
  3. Decrypts the tx outputs using the corresponding scanning key.
  4. Prints the memos in the outputs.

Functions§

  • Uses the getrawtransaction RPC to retrieve a transaction by its TXID.
  • Prints the memos of transactions from Zebra’s scanning results storage.
  • Trims trailing zeroes from a memo, and returns the memo as a String.