everscale-standalone-client - v2.2.1
    Preparing search index...

    Type Alias GqlSocketParams

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

    Properties

    endpoints: string[]

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

    latencyDetectionInterval?: number

    Frequency of sync latency detection

    60000

    local?: boolean

    Gql node type

    false

    maxLatency?: number

    Maximum value for the endpoint's blockchain data sync latency