Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
GetIndexerEventsParams
Interface GetIndexerEventsParams
interface
GetIndexerEventsParams
{
startCursor
?:
string
;
subaccount
?:
Subaccount
;
productIds
?:
number
[]
;
eventTypes
?:
IndexerEventType
[]
;
maxTimestampInclusive
?:
number
;
desc
?:
boolean
;
limit
?:
{
type
:
GetIndexerEventsLimitType
;
value
:
number
;
}
;
}
Index
Properties
start
Cursor?
subaccount?
product
Ids?
event
Types?
max
Timestamp
Inclusive?
desc?
limit?
Properties
Optional
start
Cursor
start
Cursor
?:
string
Optional
subaccount
subaccount
?:
Subaccount
Optional
product
Ids
product
Ids
?:
number
[]
Optional
event
Types
event
Types
?:
IndexerEventType
[]
Optional
max
Timestamp
Inclusive
max
Timestamp
Inclusive
?:
number
Optional
desc
desc
?:
boolean
Optional
limit
limit
?:
{
type
:
GetIndexerEventsLimitType
;
value
:
number
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
start
Cursor
subaccount
product
Ids
event
Types
max
Timestamp
Inclusive
desc
limit
Documentation
Loading...