interface ObservedJWKsUpdated {
    epoch: bigint;
    jwks: AllProvidersJWKs;
}

Properties

Properties

epoch: bigint