Type Alias GqlSocketParams
GqlSocketParams: {
endpoints: string[];
latencyDetectionInterval?: number;
local?: boolean;
maxLatency?: number;
}
Type declaration
endpoints: string[]
Optional
latencyDetectionInterval?: number
Optional
local?: boolean
Optional
maxLatency?: number
Path to graphql api endpoints, e.g.
https://mainnet.evercloud.dev/123123/graphql