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
I need to get Withdrawal keys and Signing keys, the corresponding paths are "m/12381/i/0" and "m/12381/i/0/0" respectively. But I can only pass an int32 type parameter to this function.
DeriveChildEip2333 follows corresponding spec according to which it accepts a 32-bit unsigned integer index. While the spec uses "m/i" notation to describe a tree, it doesn't assign specific meaning to it and doesn't say anything about accepting them as arguments. In other words it's up to application to assign the meaning, parse the strings and pass suitable values to the key derivation methods.
Dear all,
I need to get Withdrawal keys and Signing keys, the corresponding paths are "m/12381/i/0" and "m/12381/i/0/0" respectively. But I can only pass an int32 type parameter to this function.
How do I pass parameters? Or is there any way to pass string type path?
Could you give me some help? Thank you very much.
The text was updated successfully, but these errors were encountered: