Web3S_Demo > Web 3S Hd Wallet Key Function Library > Generate HD Wallet Master Keypair

Generate HD Wallet Master Keypair

Generates a new HD Wallet Extended Key from given bitcoin seed.

Inputs

In
Exec

Seed
Array of Bytes

The seed used in generation.

Version
EWeb3S_HdWalletVersion Enum

The specific version of the blockchain.

Outputs

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.