Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerCollateralEvent

    interface IndexerCollateralEvent {
        timestamp: BigNumber;
        submissionIndex: string;
        tx: NadoTx;
        eventType: CollateralEventType;
        amount: BigNumber;
        newAmount: BigNumber;
        snapshot: IndexerEventSpotStateSnapshot;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp: BigNumber
    submissionIndex: string
    tx: NadoTx
    amount: BigNumber
    newAmount: BigNumber