Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetIndexerSubaccountCollateralEventsParams

    Collateral

    interface GetIndexerSubaccountCollateralEventsParams {
        limit: number;
        startCursor?: string;
        maxTimestampInclusive?: number;
        eventTypes?: CollateralEventType[];
        isolated?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    limit: number
    startCursor?: string
    maxTimestampInclusive?: number

    If provided, only events with a timestamp in seconds <= this value will be returned Specifying startCursor will supercede this value

    eventTypes?: CollateralEventType[]
    isolated?: boolean