Nado Typescript SDK Documentation
Preparing search index...
Nado Indexer Client
IndexerLiquidationEvent
Interface IndexerLiquidationEvent
interface
IndexerLiquidationEvent
{
timestamp
:
BigNumber
;
submissionIndex
:
string
;
tx
:
NadoTx
;
spot
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
}
,
IndexerEventSpotStateSnapshot
,
>
;
perp
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
}
,
IndexerEventPerpStateSnapshot
,
>
;
quote
:
WithIndexerEvent
<
{
balanceDelta
:
BigNumber
}
,
IndexerEventSpotStateSnapshot
,
>
;
}
Hierarchy (
View Summary
)
BaseIndexerPaginatedEvent
IndexerLiquidationEvent
Index
Properties
timestamp
submission
Index
tx
spot?
perp?
quote
Properties
timestamp
timestamp
:
BigNumber
submission
Index
submissionIndex
:
string
tx
tx
:
NadoTx
Optional
spot
spot
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
}
,
IndexerEventSpotStateSnapshot
,
>
Optional
perp
perp
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
}
,
IndexerEventPerpStateSnapshot
,
>
quote
quote
:
WithIndexerEvent
<
{
balanceDelta
:
BigNumber
}
,
IndexerEventSpotStateSnapshot
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
submission
Index
tx
spot
perp
quote
Documentation
Loading...