MCPcopy Create free account
hub / github.com/SeismicSystems/summit / register

Method register

types/src/scheme.rs:60–63  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 ///

Callers 9

newMethod · 0.80
verify_deposit_requestFunction · 0.80
setup_validatorFunction · 0.80
initMethod · 0.80
enter_epochMethod · 0.80
start_network_and_engineFunction · 0.80
register_validatorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected