Parsing
From Base58
Parse HD Wallet Key from Base58 parses an extended key as specified in BIP-32.
The serialized key is expected to be encoded in base58 and up to 112 characters long.
This function requires inputs as follows:
- Serialized 1 : The serialized key encoded in base58.

If the operation is successful, the value Key 2 will hold the parsed valid key.
From Bytes
Parse HD Wallet Key from Raw Bytes parses an extended key as specified in BIP-32.
The length of a serialized key is expected to be 78 bytes.
This function requires inputs as follows:
- Serialized 1 : The serialized key in raw bytes.

If the operation is successful, the value Key 2 will hold the parsed valid key.