interface IndexerLpEvent {
    timestamp: BigNumber;
    submissionIndex: string;
    lpDelta: BigNumber;
    baseDelta: BigNumber;
    quoteDelta: BigNumber;
    baseSnapshot: IndexerEventBalanceStateSnapshot;
    quoteSnapshot?: IndexerEventSpotStateSnapshot;
}

Hierarchy (view full)

Properties

timestamp: BigNumber
submissionIndex: string
lpDelta: BigNumber
baseDelta: BigNumber
quoteDelta: BigNumber