Web3S_Demo > Web 3S Hd Wallet Key Function Library > Derive HD Wallet Public Key

Derive HD Wallet Public Key

Derives a new child public key.

Inputs

In
Exec

Key
Web 3S Hd Wallet Key Structure (by ref)

The key to derive from.

Child Type
EWeb3S_HdWalletChildType Enum

Type of the child.

Child Index
Integer

The child index. Only non-negative values allowed.

Outputs

Out
Exec

Error Message
String

Empty if successful, error message otherwise.

Derived Key
Web 3S Hd Wallet Key Structure

The derived public key.

Success
Boolean

True if successful, false otherwise.