interface IndexerSettlementEvent {
    timestamp: BigNumber;
    submissionIndex: string;
    tx: VertexTx;
    quoteDelta: BigNumber;
    snapshot: IndexerEventPerpStateSnapshot;
    isolated: boolean;
}

Hierarchy (view full)

Properties

timestamp: BigNumber
submissionIndex: string
quoteDelta: BigNumber
isolated: boolean