Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
IndexerEventWithTx
Interface IndexerEventWithTx<TStateType>
interface
IndexerEventWithTx
<
TStateType
extends
IndexerEventBalanceStateSnapshot
=
IndexerEventBalanceStateSnapshot
,
>
{
subaccount
:
string
;
isolated
:
boolean
;
isolatedProductId
:
null
|
number
;
productId
:
number
;
submissionIndex
:
string
;
eventType
:
IndexerEventType
;
state
:
TStateType
;
trackedVars
:
IndexerBalanceTrackedVars
;
timestamp
:
BigNumber
;
tx
:
NadoTx
;
}
Type Parameters
TStateType
extends
IndexerEventBalanceStateSnapshot
=
IndexerEventBalanceStateSnapshot
Hierarchy (
View Summary
)
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
isolatedProductId
:
null
|
number
product
Id
productId
:
number
submission
Index
submissionIndex
:
string
event
Type
eventType
:
IndexerEventType
state
state
:
TStateType
tracked
Vars
trackedVars
:
IndexerBalanceTrackedVars
timestamp
timestamp
:
BigNumber
tx
tx
:
NadoTx
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...