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