Structs§
- Aggregator
- Aggregator struct. This struct is responsible for aggregating partial signatures from the verifiers. It will have in total 3 * num_operator + 1 aggregated nonces. [0] -> Aggregated nonce for the move transaction. [1..num_operator + 1] -> Aggregated nonces for the operator_takes transactions. [num_operator + 1..2 * num_operator + 1] -> Aggregated nonces for the slash_or_take transactions. [2 * num_operator + 1..3 * num_operator + 1] -> Aggregated nonces for the burn transactions. For now, we do not have the last bit.
- Aggregator
Server - Aggregator server wrapper that manages background tasks.
- Operator
Id - Wrapper struct that renders the operator id in the logs.
- Participating
Operators - Wrapper struct that matches operator clients with their ids.
- Participating
Verifiers - Wrapper struct that matches verifier clients with their ids.
- Verifier
Id - Wrapper struct that renders the verifier id in the logs.
Enums§
- Compatibility
Check Scope - Specifies which entity types to include when checking compatibility.
- Entity
Id