PingResponse: {
is_gateway: boolean;
is_guardian: boolean;
is_pull_oracle: boolean;
is_push_oracle: boolean;
mr_enclave: string;
oracle_authority: string;
oracle_pubkey: string;
queue: string;
rate_limit: number;
version: string;
}
Type declaration
is_gateway: boolean
is_guardian: boolean
is_pull_oracle: boolean
is_push_oracle: boolean
mr_enclave: string
oracle_authority: string
oracle_pubkey: string
queue: string
rate_limit: number
version: string
The response from the ping endpoint.