interface IndexerEventSpotStateSnapshot {
    type: SPOT;
    preBalance: IndexerSpotBalance;
    postBalance: IndexerSpotBalance;
    market: SpotMarket;
}

Properties

type: SPOT
preBalance: IndexerSpotBalance
postBalance: IndexerSpotBalance
market: SpotMarket