Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 10 forks source link

Provide readable TxId on TransactionOverview #1316

Closed HonzaR closed 10 months ago

HonzaR commented 10 months ago

Is your feature request related to a problem? Please describe.

We'd like to provide a printable and readable transaction ID to the TransactionOverview object via the internal byteArray.toHexReversed() function.

Describe the solution you'd like

Alternatives you've considered

Additional context

Related to https://github.com/Electric-Coin-Company/zashi-android/issues/1143