|
Zecale - Reconciling Privacy and Scalability on Smart-Contract Chains
0.5
Reference implementation of the Zecale protocol by Clearmatics
|
Functions | |
| AggregatorConfiguration | aggregator_configuration_from_proto (aggregator_pb2.AggregatorConfiguration aggregator_config_proto) |
| aggregator_pb2.NestedTransaction | nested_transaction_to_proto (IZKSnarkProvider zksnark, NestedTransaction tx) |
| AggregatedTransaction | aggregated_transaction_from_proto (IZKSnarkProvider zksnark, aggregator_pb2.AggregatedTransaction aggregated_transaction_proto) |
| AggregatedTransaction zecale.core.proto_utils.aggregated_transaction_from_proto | ( | IZKSnarkProvider | zksnark, |
| aggregator_pb2.AggregatedTransaction | aggregated_transaction_proto | ||
| ) |
Convert a generic protobuf AggregatedTransactionRequest to an in-memory AggregatedTransaction
Definition at line 38 of file proto_utils.py.

| AggregatorConfiguration zecale.core.proto_utils.aggregator_configuration_from_proto | ( | aggregator_pb2.AggregatorConfiguration | aggregator_config_proto | ) |
| aggregator_pb2.NestedTransaction zecale.core.proto_utils.nested_transaction_to_proto | ( | IZKSnarkProvider | zksnark, |
| NestedTransaction | tx | ||
| ) |
1.8.17