Skip to content

Releases: memtopia/wallet-core

4.3.6_TWHDWallet_API

03 Jul 09:48

Choose a tag to compare

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);

4.3.6

02 Jul 03:32
6e9567b

Choose a tag to compare

Publish 4.3.6