File size: 327 Bytes
44f0c63 |
1 2 3 4 5 6 7 8 9 10 11 |
# Example Prover.toml file
# This file shows the expected input format for the circuit
# Users should create their own Prover.toml with actual values when using nargo prove
# When using the AffixIO SDK, inputs are provided programmatically via the API
decision_value = ""
pseudonymised_id = ""
rules_hash = ""
timestamp = ""
|