Expand description
Zebra script verification wrapping zcashd’s zcash_script library
Structs§
- Cached
FfiTransaction - A preprocessed Transaction which can be used to verify scripts within said Transaction.
Enums§
- Error
- An Error type representing the error codes returned from zcash_script.
Traits§
- Sigops
- Trait for counting the number of transparent signature operations in the transparent inputs and outputs of a transaction.
Functions§
- extract_
p2sh_ 🔒redeem_ script - Extract the redeem script bytes from a P2SH scriptSig.
- get_
interpreter 🔒 - Get the interpreter according to the feature flag
- p2sh_
input_ 🔒sigop_ count - Returns the P2SH sigop count for a single input.
- p2sh_
sigop_ count - Returns the total number of P2SH sigops across all inputs of
tx.