Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
IndexerEvent
Interface IndexerEvent<TStateType>
interface
IndexerEvent
<
TStateType
>
{
subaccount
:
string
;
productId
:
number
;
submissionIndex
:
string
;
eventType
:
IndexerEventType
;
state
:
TStateType
;
trackedVars
:
IndexerBalanceTrackedVars
;
}
Type Parameters
TStateType
extends
IndexerEventBalanceStateSnapshot
=
IndexerEventBalanceStateSnapshot
Hierarchy (
view full
)
IndexerEvent
IndexerEventWithTx
Index
Properties
subaccount
product
Id
submission
Index
event
Type
state
tracked
Vars
Properties
subaccount
subaccount
:
string
product
Id
product
Id
:
number
submission
Index
submission
Index
:
string
event
Type
event
Type
:
IndexerEventType
state
state
:
TStateType
tracked
Vars
tracked
Vars
:
IndexerBalanceTrackedVars
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
subaccount
product
Id
submission
Index
event
Type
state
tracked
Vars
Documentation
Loading...