pub fn is_current_round_valid(
aggregator: &AggregatorState,
) -> Result<bool, ProgramError>
Expand description
Returns whether the current open round is considered valid for usage.
pub fn is_current_round_valid(
aggregator: &AggregatorState,
) -> Result<bool, ProgramError>
Returns whether the current open round is considered valid for usage.