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;
}

The response from the ping endpoint.

Type declaration

  • is_gateway: boolean

    Is the oracle a guardian

  • is_guardian: boolean

    Is the oracle a guardian

  • is_pull_oracle: boolean

    Is the oracle a pull oracle

  • is_push_oracle: boolean

    Is the oracle a push oracle

  • mr_enclave: string

    The oracle's enclave measurement

  • oracle_authority: string

    The oracle's authority pubkey

  • oracle_pubkey: string

    The oracle's public key

  • queue: string

    The oracle's queue pubkey

  • rate_limit: number

    The registered rate limit for oracle

  • version: string

    The oracle's version

Generated using TypeDoc