BaseSubaccountPaginationParams: Subaccount & IndexerPaginationParams & {
    maxTimestampInclusive?: number;
}

Type declaration

  • OptionalmaxTimestampInclusive?: number

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