interface IndexerSettlementEvent {
    timestamp: BigNumber;
    submissionIndex: string;
    quoteDelta: BigNumber;
    snapshot: IndexerEventPerpStateSnapshot;
}

Hierarchy (view full)

Properties

timestamp: BigNumber
submissionIndex: string
quoteDelta: BigNumber