Module transaction_case

Module transaction_case 

Source

Structs§

InputNote
Description of a note spent by the tested transaction.
OutputNote
Description of a note created by the tested transaction.
TransactionWitness
TxCase
Convenience container holding a single test transaction scenario. We use Vec because we usually have more than one input and output. The test defines how many

Functions§

build_base_inputs
Populates Circom tester inputs for policy-enabled and regular transactions
prepare_transaction_witness
Builds the witnesses needed to exercise a TxCase
prove_transaction_case
Runs a Circom proof/verify cycle for a transaction test case