Crate zcash_script

source ·
Expand description

Rust bindings for Zcash transparent scripts.

Re-exports§

Structs§

Constants§

Functions§

  • Returns the number of transparent signature operations in the input or output script pointed to by script.
  • Returns 1 if the a transparent input correctly spends the matching output under the additional constraints specified by flags. This function receives only the required information to validate the spend and not the transaction itself. In particular, the sighash for the spend is obtained using a callback function.
  • Returns the current version of the zcash_script library.

Type Aliases§