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
One of the modules (crypto-keys) used in this project has the necessary helpers to generate both random public and secret keys as well as deterministic ones generated form a given seed which can be derived from mnemonics. That being said, the creation fo account given an account ID is also implemented here AccountServiceTest. the procedure is different if one is creating an implicit account, a sub account or a named account. Does this answer your questions?
I propose to create the function for creating new keys for AddKeyAction
The text was updated successfully, but these errors were encountered: