interface IndexerEventPerpStateSnapshot {
    type: PERP;
    preBalance: IndexerPerpBalance;
    postBalance: IndexerPerpBalance;
    market: PerpMarket;
}

Properties

type: PERP
preBalance: IndexerPerpBalance
postBalance: IndexerPerpBalance
market: PerpMarket