Enumeration HdKeyDecodingError

An error in the decoding of an HD public or private key.

Enumeration Members

incorrectLength: "HD key decoding error: length is incorrect (must encode 82 bytes)."
invalidChecksum: "HD key decoding error: checksum is invalid."
invalidPrivateKey: "HD key decoding error: the key for this HD private node is not a valid Secp256k1 private key."
invalidPublicKey: "HD key decoding error: the public key for this HD public node is not a valid Secp256k1 public key."
missingPrivateKeyPaddingByte: "HD key decoding error: version indicates a private key, but the key data is missing a padding byte."
privateKeyExpected: "HD key decoding error: expected an HD private key, but encountered an HD public key."
publicKeyExpected: "HD key decoding error: expected an HD public key, but encountered an HD private key."
unknownCharacter: "HD key decoding error: key includes a non-base58 character."
unknownVersion: "HD key decoding error: key uses an unknown version."
zeroDepthWithNonZeroChildIndex: "HD key decoding error: key encodes a depth of zero with a non-zero child index."
zeroDepthWithNonZeroParentFingerprint: "HD key decoding error: key encodes a depth of zero with a non-zero parent fingerprint."

Generated using TypeDoc