Web3S_Demo > Web 3S Hd Wallet Key Function Library > Serialize HD Wallet Key to Raw Bytes

Serialize HD Wallet Key to Raw Bytes

Serializes key into the raw form.

Inputs

In
Exec

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

The key to be serialized.

Outputs

Out
Exec

Error Message
String

Empty if successful, error message otherwise.

Serialized
Array of Bytes

Serialized key if successful, empty string otherwise.

Success
Boolean

True if successful, false otherwise.