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§
- 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
.