Releases: memtopia/wallet-core
Releases · memtopia/wallet-core
4.3.6_TWHDWallet_API
Add bellow API for TWHDWallet
TW_EXPORT_STATIC_METHOD
struct TWPrivateKey* _Nullable TWHDWalletGetPrivateKeyFromExtended(TWString* _Nonnull extended, enum TWCoinType coin, TWString* _Nonnull derivationPath);
TW_EXPORT_STATIC_METHOD
struct TWPrivateKey* _Nullable TWHDWalletGetPrivateKeyByChainCode(TWString* _Nonnull chainCode, TWString* _Nonnull key, enum TWCoinType coin, TWString* _Nonnull derivationPath);
TW_EXPORT_STATIC_METHOD
struct TWPrivateKey* _Nullable TWHDWalletGetPrivateKeyByChainCodeCardano(TWString* _Nonnull key, TWString* _Nonnull ext, TWString* _Nonnull chainCode, enum TWCoinType coin, TWString* _Nonnull derivationPath);
TW_EXPORT_STATIC_METHOD
TWString* _Nonnull TWHDWalletGetHDMasterNode(TWString* _Nonnull mnemonic, enum TWCoinType coin);
TW_EXPORT_STATIC_METHOD
TWString* _Nonnull TWHDWalletGetHDMasterNodeCardano(TWString* _Nonnull mnemonic, enum TWCoinType coin);