Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
GetIndexerEventsParams
Interface GetIndexerEventsParams
interface
GetIndexerEventsParams
{
startCursor
?:
string
;
subaccounts
?:
Subaccount
[]
;
productIds
?:
number
[]
;
isolated
?:
boolean
;
eventTypes
?:
IndexerEventType
[]
;
maxTimestampInclusive
?:
number
;
desc
?:
boolean
;
limit
?:
{
type
:
GetIndexerEventsLimitType
;
value
:
number
}
;
}
Index
Properties
start
Cursor?
subaccounts?
product
Ids?
isolated?
event
Types?
max
Timestamp
Inclusive?
desc?
limit?
Properties
Optional
start
Cursor
startCursor
?:
string
Optional
subaccounts
subaccounts
?:
Subaccount
[]
Optional
product
Ids
productIds
?:
number
[]
Optional
isolated
isolated
?:
boolean
Optional
event
Types
eventTypes
?:
IndexerEventType
[]
Optional
max
Timestamp
Inclusive
maxTimestampInclusive
?:
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
subaccounts
product
Ids
isolated
event
Types
max
Timestamp
Inclusive
desc
limit
Documentation
Loading...