GqlSocketParams: {
    endpoints: string[];
    latencyDetectionInterval?: number;
    local?: boolean;
    maxLatency?: number;
}

Type declaration

  • endpoints: string[]

    Path to graphql api endpoints, e.g. https://mainnet.evercloud.dev/123123/graphql

  • OptionallatencyDetectionInterval?: number

    Frequency of sync latency detection

    60000

  • Optionallocal?: boolean

    Gql node type

    false

  • OptionalmaxLatency?: number

    Maximum value for the endpoint's blockchain data sync latency