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
Depending on the string value, xKey could be of the generic type HDKey, but it could be of a more specific type - such as HDWalletKey, HDAccountKey, HDXKey, or HDAddressKey.
The logic for returning the types is not yet implemented, but it could be.
None of the branching logic will depend on anything but how the string is split and operated on, so it's possible to analyze at dev time.
The text was updated successfully, but these errors were encountered:
See dashhive/DashHD.js#26.
Depending on the string value,
xKey
could be of the generic typeHDKey
, but it could be of a more specific type - such asHDWalletKey
,HDAccountKey
,HDXKey
, orHDAddressKey
.The logic for returning the types is not yet implemented, but it could be.
None of the branching logic will depend on anything but how the string is split and operated on, so it's possible to analyze at dev time.
The text was updated successfully, but these errors were encountered: