What's Changed
- fix: update key retrieval methods to return nullable types on failure by @sergei-boiko-trustwallet in #4849
Breaking Changes
TWHDWallet.hAPI change:TWHDWalletGetMasterKey,TWHDWalletGetKeyForCoin,TWHDWalletGetKeyDerivation,TWHDWalletGetDerivedKey,TWHDWalletGetAddressForCoin,TWHDWalletGetAddressDerivation, and theTWHDWalletGetExtended*Key*family now return nullable values (_Nullable) instead of always-non-null, returningnull/nilon derivation failure (e.g. empty mnemonic entropy) rather than an invalid or default value. Callers on Swift/Kotlin/JNI/WASM bindings must handle the null case. See #4849.
Full Changelog: 4.7.3...4.8.0