Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerSettlementEvent

    interface IndexerSettlementEvent {
        timestamp: BigNumber;
        submissionIndex: string;
        tx: NadoTx;
        quoteDelta: BigNumber;
        snapshot: IndexerEventPerpStateSnapshot;
        isolated: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp: BigNumber
    submissionIndex: string
    tx: NadoTx
    quoteDelta: BigNumber
    isolated: boolean