Type alias DriftClientSubscriptionConfig

DriftClientSubscriptionConfig: {
    commitment?: Commitment;
    logResubMessages?: boolean;
    resubTimeoutMs?: number;
    type: "websocket";
} | {
    accountLoader: BulkAccountLoader;
    type: "polling";
}

Generated using TypeDoc