Skip to main content

Module error

Module error 

Source
Expand description

Error types for the absolute locktime module.

Structsยง

ConversionError
Error returned when converting a u32 to a lock time variant fails.
IncompatibleHeightError
Tried to satisfy a lock-by-time lock using a height value.
IncompatibleTimeError
Tried to satisfy a lock-by-height lock using a height value.
LockTimeDecoderError
An error consensus decoding an LockTime.
ParseHeightError
Error returned when parsing block height fails.
ParseTimeError
Error returned when parsing block time fails.