Registers a new signing scheme for the given epoch. Returns `false` if a scheme was already registered for the epoch.
(&self, epoch: Epoch, scheme: MultisigScheme)
| 58 | Self { |
| 59 | schemes: Arc::new(Mutex::new(HashMap::new())), |
| 60 | bls_private_key: None, |
| 61 | namespace, |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | /// Registers a new signing scheme for the given epoch. |
| 66 | /// |
no outgoing calls
no test coverage detected