async fn read_validator_config_with_retry<C: Clock>(
context: &C,
node: &TempoFullNode,
epoch: Epoch,
epoch_length: u64,
) -> OrderedAssociated<PublicKey, DecodedValidator>Expand description
Attempts to read the validator config from the smart contract until it becomes available.