Crate zcash_script

Crate zcash_script 

Source
Expand description

Zcash transparent script implementations.

Modules§

interpreter
Execution of opcodes
num
Conversions for numbers represented as byte sequences.
op
Convenience definitions for all opcodes.
opcode
The individual opcodes that form a script.
pattern
Reusable bits of scripts, to avoid writing hex strings.
pv
Convenience definitions for all push values.
script
Managing sequences of opcodes.
signature
Signature handling.
solver
Solvers for detecting known script kinds.

Structs§

Script
A Zcash script consists of a sig and a pubkey. The first type parameter is the type of opcodes in the script sig, and the second is the type of opcodes in the script pubkey.

Enums§

Opcode
Script opcodes