Type alias DLOBSubscriptionConfig

DLOBSubscriptionConfig: {
    dlobSource: DLOBSource;
    driftClient: DriftClient;
    slotSource: SlotSource;
    updateFrequency: number;
}

Type declaration

Generated using TypeDoc