Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerEventWithTx<TStateType>

    interface IndexerEventWithTx<
        TStateType extends
            IndexerEventBalanceStateSnapshot = IndexerEventBalanceStateSnapshot,
    > {
        subaccount: string;
        isolated: boolean;
        isolatedProductId: null
        | number;
        productId: number;
        submissionIndex: string;
        eventType: IndexerEventType;
        state: TStateType;
        trackedVars: IndexerBalanceTrackedVars;
        timestamp: BigNumber;
        tx: NadoTx;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    subaccount: string
    isolated: boolean
    isolatedProductId: null | number
    productId: number
    submissionIndex: string
    eventType: IndexerEventType
    state: TStateType
    timestamp: BigNumber
    tx: NadoTx