You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transforms a bip44 path into a new one changing account & index. The resulting one will have the change value equal to `0` to represent the external chain. The format will be `m/44'/coin_type'/account'/change/address_index`
109
-
- Parameter account: the new account to use
110
-
- Parameter addressIndex: the new addressIndex to use
111
-
- Returns: a valid bip44 path with the provided account, addressIndex and external change or `nil` otherwise
112
-
*/
108
+
Transforms a bip44 path into a new one changing account & index. The resulting one will have the change value equal to `0` to represent the external chain. The format will be `m/44'/coin_type'/account'/change/address_index`
109
+
- Parameter account: the new account to use
110
+
- Parameter addressIndex: the new addressIndex to use
111
+
- Returns: a valid bip44 path with the provided account, addressIndex and external change or `nil` otherwise
0 commit comments