SkaleDkgAlright
Contains functions to manage distributed key generation per Joint-Feldman protocol.
Contains functions to manage distributed key generation per Joint-Feldman protocol.
alright(bytes32 schainHash, uint256 fromNodeIndex, contract ContractManager contractManager, mapping(bytes32 => struct SkaleDKG.Channel) channels, mapping(bytes32 => struct SkaleDKG.ProcessDKG) dkgProcess, mapping(bytes32 => struct SkaleDKG.ComplaintData) complaints, mapping(bytes32 => uint256) lastSuccessfulDKG, mapping(bytes32 => uint256) startAlrightTimestamp)
externalAllDataReceived(bytes32 schainHash, uint256 nodeIndex)
eventSuccessfulDKG(bytes32 schainHash)
event