Module bitcoin::error

source ·
Expand description

Contains error types and other error handling tools.

Structs§

Enums§

  • Error returned when parsing integer from an supposedly prefixed hex string for a type that can be created infallibly from an integer.
  • Error returned when parsing integer from an supposedly un-prefixed hex string.