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
;
productId
:
number
;
submissionIndex
:
string
;
eventType
:
IndexerEventType
;
state
:
TStateType
;
trackedVars
:
IndexerBalanceTrackedVars
;
timestamp
:
BigNumber
;
tx
:
any
;
}
Type Parameters
TStateType
extends
IndexerEventBalanceStateSnapshot
=
IndexerEventBalanceStateSnapshot
Hierarchy (
view full
)
IndexerEvent
<
TStateType
>
IndexerEventWithTx
Index
Properties
subaccount
product
Id
submission
Index
event
Type
state
tracked
Vars
timestamp
tx
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
timestamp
timestamp
:
BigNumber
tx
tx
:
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
subaccount
product
Id
submission
Index
event
Type
state
tracked
Vars
timestamp
tx
Documentation
Loading...