Decode

fun Decode(code: ByteArray)

Decode the 74 byte BIP32 representation into this object (mirrors CExtKey::Decode / CExtPubKey::Decode). The trailing 33 bytes are interpreted as a private key when the prefix byte (code41) is zero, otherwise as a 33 byte compressed public key.