Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerEventPerpStateSnapshot

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

    Properties

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