GetKeysFromString()
Get private key, public key and wallet address form a seed phrase written on a single Map object
Method signature
Parameters
Name | Type | Description |
---|---|---|
seedPhrase | String | The seedphrase that you want to use for generating the keys |
Example
Result
The result will be of type Map
, but for easier readability, here is the equivalent in JSON.
Last updated