I’m trying to extract details of a zaddr receipt using just the txid & zcash-cli on the receiving wallet/node.
For some reason I’m struggling & can’t find anything in the docs, perhaps I’m just getting old or maybe someone secretly switched my coffee for decaf.
Would appreciate some pointers.
You need z_listreceivedbyaddress
see z_listreceivedbyaddress - Zcash 4.5.1-1 RPC Docs - it’ll return the memo in hexadecimal.
Alternatively zec-qt-wallet does a great job of memo support GitHub - ZcashFoundation/zecwallet: A z-address first full node and UI wallet for zcash
1 Like
Thanks, I’m back on the right track.
I’m using multiple zaddrs & had daftly assumed I could scan them all at once for a txid. Obviously it needs the address to get the key before it can scan.