Function relays_openapi::apis::builder_api::get_validators

source ยท
pub async fn get_validators(
    configuration: &Configuration,
) -> Result<Vec<GetValidators200ResponseInner>, Error<GetValidatorsError>>
Expand description
  • Used by builders to know when to submit bids for an upcoming proposal. * Returns an array of validator registrations for the current and next epoch. * Each entry includes a slot and the validator with assigned duty.
    • Slots without a registered validator are omitted.