Expand description
Error types for Bitcoin transactions.
Structs§
- OutPoint
Decoder Error - Error while decoding an
OutPoint. - Transaction
Decoder Error - An error consensus decoding a
Transaction. - TxIn
Decoder Error - An error consensus decoding a
TxIn. - TxOut
Decoder Error - An error consensus decoding a
TxOut. - Version
Decoder Error - An error consensus decoding a
Version.
Enums§
- Parse
OutPoint Error - An error in parsing an
OutPoint.