bdk_chain
0.20.0
Module error
Structs
Enums
In bdk_chain::bitcoin::hashes::hex
Module
bdk_chain
::
bitcoin
::
hashes
::
hex
::
error
Copy item path
[
−
]
Expand description
Error code for the
hex-conservative
crate.
Structs
§
InvalidCharError
Invalid hex character.
InvalidLengthError
Tried to parse fixed-length hash from a string with the wrong length.
OddLengthStringError
Purported hex string had odd length.
Enums
§
HexToArrayError
Hex decoding error.
HexToBytesError
Hex decoding error.