Expand description
Error types for the absolute locktime module.
Structsยง
- Conversion
Error - Error returned when converting a
u32to a lock time variant fails. - Incompatible
Height Error - Tried to satisfy a lock-by-time lock using a height value.
- Incompatible
Time Error - Tried to satisfy a lock-by-height lock using a height value.
- Lock
Time Decoder Error - An error consensus decoding an
LockTime. - Parse
Height Error - Error returned when parsing block height fails.
- Parse
Time Error - Error returned when parsing block time fails.