Function relays_openapi::apis::data_api::get_validator_registration

source ยท
pub async fn get_validator_registration(
    configuration: &Configuration,
    pubkey: &str,
) -> Result<GetValidators200ResponseInnerEntry, Error<GetValidatorRegistrationError>>
Expand description
  • Returns the latest validator registration for a given pubkey. * Useful to check whether your own registration was successful.