Generates a new HD Wallet Extended Key from given bitcoin seed.
|
In
Exec
|
|
|
Seed
Array of Bytes
|
The seed used in generation. |
|
Version
EWeb3S_HdWalletVersion Enum
|
The specific version of the blockchain. |
|
Out
Exec
|
|
|
Error Message
String
|
Empty if successful, error message otherwise. |
|
Private Key
Web 3S Hd Wallet Key Structure
|
The generated private key. |
|
Public Key
Web 3S Hd Wallet Key Structure
|
The generated public key. |
|
Success
Boolean
|
True if successful, false otherwise. |