Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerEventSpotStateSnapshot

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

    Properties

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