Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
IndexerLiquidationEvent
Interface IndexerLiquidationEvent
interface
IndexerLiquidationEvent
{
timestamp
:
BigNumber
;
submissionIndex
:
string
;
lps
:
WithIndexerEvent
<
{
amountLpDecomposed
:
BigNumber
;
underlyingBalanceDelta
:
BigNumber
;
}
,
IndexerEventBalanceStateSnapshot
>
[]
;
spot
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
;
}
,
IndexerEventSpotStateSnapshot
>
;
perp
?:
WithIndexerEvent
<
{
amountLiquidated
:
BigNumber
;
}
,
IndexerEventPerpStateSnapshot
>
;
quote
:
WithIndexerEvent
<
{
balanceDelta
:
BigNumber
;
}
,
IndexerEventSpotStateSnapshot
>
;
}
Hierarchy (
view full
)
BaseIndexerPaginatedEvent
IndexerLiquidationEvent
Index
Properties
timestamp
submission
Index
lps
spot?
perp?
quote
Properties
timestamp
timestamp
:
BigNumber
submission
Index
submission
Index
:
string
lps
lps
:
WithIndexerEvent
<
{
amountLpDecomposed
:
BigNumber
;
underlyingBalanceDelta
:
BigNumber
;
}
,
IndexerEventBalanceStateSnapshot
>
[]
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
lps
spot
perp
quote
Documentation
Loading...