You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[event]/// When `ObservedJWKs` is updated, this event is sent to resync the JWK consensus state in all validators.structObservedJWKsUpdatedhasdrop, store {
epoch: u64,
jwks: AllProvidersJWKs,
}