interface IndexerEvent<TStateType> {
    subaccount: string;
    productId: number;
    submissionIndex: string;
    eventType: IndexerEventType;
    state: TStateType;
    trackedVars: IndexerBalanceTrackedVars;
}

Type Parameters

Hierarchy (view full)

Properties

subaccount: string
productId: number
submissionIndex: string
eventType: IndexerEventType
state: TStateType