Handle Canonical, NewSet from serai-coordinator-substrate

This commit is contained in:
Luke Parker
2025-01-11 03:07:15 -05:00
parent 6d5049cab2
commit c05b0c9eba
3 changed files with 162 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ pub mod key_gen {
pub enum CoordinatorMessage {
/// Instructs the Processor to begin the key generation process.
///
/// This is sent by the Coordinator when it creates the Tributary (TODO).
/// This is sent by the Coordinator when it creates the Tributary.
GenerateKey { session: Session, threshold: u16, evrf_public_keys: Vec<([u8; 32], Vec<u8>)> },
/// Received participations for the specified key generation protocol.
///