mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
44e00b9538
- new procs to a new `status-go` endpoints added: - `AddAccount` - `ImportPrivateKey` - `ImportMnemonic` - `GetRandomMnemonic` - `GetDerivedAddresses` - `GetDerivedAddressesForMnemonic` - `GetAddressDetails` - unused procs to the old `status-go` endpoints removed: - `AddAccountWatch` - `AddAccountWithMnemonic` - `AddAccountWithMnemonicPasswordVerified` - `AddAccountWithMnemonicAndPath` - `AddAccountWithMnemonicAndPathPasswordVerified` - `AddAccountWithPrivateKeyPasswordVerified` - `AddAccountWithPrivateKey` - `GenerateAccount` - `GenerateAccountPasswordVerified` - `GenerateAccountWithDerivedPath` - `GetDerivedAddressForPath` - `GetDerivedAddressesForPath` - `GetDerivedAddressesForMnemonicWithPath` - `GetDerivedAddressForPrivateKey` - `GetDerivedAddressDetails`