fn get_outcome(
execution: &TempoFullNode,
epocher: &FixedEpocher,
epoch: u64,
) -> Result<OnchainDkgOutcome, IdentityProofError>Expand description
Fetch last block of epoch and decode DKG outcome.
fn get_outcome(
execution: &TempoFullNode,
epocher: &FixedEpocher,
epoch: u64,
) -> Result<OnchainDkgOutcome, IdentityProofError>Fetch last block of epoch and decode DKG outcome.