Available on crate feature
bitcoinconsensus
only.Expand description
Transaction and script validation.
Relies on the bitcoinconsensus
crate that uses Bitcoin Core libconsensus to perform validation.
Structs§
- Bitcoinconsensus
Error - Wrapped error from
bitcoinconsensus
.
Enums§
- TxVerify
Error - An error during transaction validation.
Functions§
- verify_
script - Verifies spend of an input script.
- verify_
script_ with_ flags - Verifies spend of an input script.
- verify_
transaction - Verifies that this transaction is able to spend its inputs.
- verify_
transaction_ with_ flags - Verifies that this transaction is able to spend its inputs.