|
Zecale - Reconciling Privacy and Scalability on Smart-Contract Chains
0.5
Reference implementation of the Zecale protocol by Clearmatics
|
Variables | |
| string | AGGREGATOR_CONFIG_FILE_DEFAULT = "aggregator-config.cache" |
| string | AGGREGATOR_SERVER_ENDPOINT_DEFAULT = "localhost:50052" |
| string | BATCH_PROOF_FILENAME_DEFAULT = "batch.json" |
| string | AGGREGATOR_VERIFICATION_KEY_FILE_DEFAULT = "aggregator-vk.json" |
| string | INSTANCE_FILE_DEFAULT = "zecale-instance" |
| string | APPLICATION_VERIFICATION_KEY_FILE_DEFAULT = "app-vk.json" |
| string | APPLICATION_INSTANCE_FILE_DEFAULT = "app-instance" |
| string zecale.cli.defaults.AGGREGATOR_CONFIG_FILE_DEFAULT = "aggregator-config.cache" |
Definition at line 5 of file defaults.py.
| string zecale.cli.defaults.AGGREGATOR_SERVER_ENDPOINT_DEFAULT = "localhost:50052" |
Definition at line 7 of file defaults.py.
| string zecale.cli.defaults.AGGREGATOR_VERIFICATION_KEY_FILE_DEFAULT = "aggregator-vk.json" |
Definition at line 11 of file defaults.py.
| string zecale.cli.defaults.APPLICATION_INSTANCE_FILE_DEFAULT = "app-instance" |
Definition at line 17 of file defaults.py.
| string zecale.cli.defaults.APPLICATION_VERIFICATION_KEY_FILE_DEFAULT = "app-vk.json" |
Definition at line 15 of file defaults.py.
| string zecale.cli.defaults.BATCH_PROOF_FILENAME_DEFAULT = "batch.json" |
Definition at line 9 of file defaults.py.
| string zecale.cli.defaults.INSTANCE_FILE_DEFAULT = "zecale-instance" |
Definition at line 13 of file defaults.py.
1.8.17