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

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

Improve TransactionSubmitResult #1421

Closed HonzaR closed 5 months ago

HonzaR commented 5 months ago

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

We'd like to enhance the TransactionSubmitResult API the way it provides txId as part of the parent-sealed class, and the child subclasses override it. Note that this change does not change the public API.

Describe the solution you'd like

Alternatives you've considered

Additional context