BeaconInactivity
BeaconInactivity
This file documents a contract which is not yet deployed to Mainnet.
Claim
groupThreshold
The minimum number of group members needed to interact according to the protocol to produce a valid inactivity claim.
signatureByteSize
Size in bytes of a single signature produced by member supporting the inactivity claim.
verifyClaim
Verifies the inactivity claim according to the rules defined in Claim
struct documentation. Reverts if verification fails.
Group members hash is validated upstream in RandomBeacon.notifyOperatorInactivity()
Parameters
Return Values
validateMembersIndices
Validates members indices array. Array is considered valid if its size and each single index are in [1, groupSize] range, indexes are unique, and sorted in an ascending order. Reverts if validation fails.
Parameters
Last updated