zcash-android-wallet-sdk
zcash-android-wallet-sdk copied to clipboard
Memos not returned for display of shielding transactions.
Reported by Edge:
Android doesn’t return memos for shielding (transparent to shielded) transactions. Is there another potential way to identify this type of transaction from the transactions flow?
I just checked our SDK behavior while shielding transparent funds in the same wallet. Even though the Kotlin layer sets the memo with shieldToAddress
Rust API, the Rust getMemoAsUtf8
API does not return it later while used from a transactions screen.