Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
IndexerLpEvent
Interface IndexerLpEvent
interface
IndexerLpEvent
{
timestamp
:
BigNumber
;
submissionIndex
:
string
;
lpDelta
:
BigNumber
;
baseDelta
:
BigNumber
;
quoteDelta
:
BigNumber
;
baseSnapshot
:
IndexerEventBalanceStateSnapshot
;
quoteSnapshot
?:
IndexerEventSpotStateSnapshot
;
}
Hierarchy (
view full
)
BaseIndexerPaginatedEvent
IndexerLpEvent
Index
Properties
timestamp
submission
Index
lp
Delta
base
Delta
quote
Delta
base
Snapshot
quote
Snapshot?
Properties
timestamp
timestamp
:
BigNumber
submission
Index
submission
Index
:
string
lp
Delta
lp
Delta
:
BigNumber
base
Delta
base
Delta
:
BigNumber
quote
Delta
quote
Delta
:
BigNumber
base
Snapshot
base
Snapshot
:
IndexerEventBalanceStateSnapshot
Optional
quote
Snapshot
quote
Snapshot
?:
IndexerEventSpotStateSnapshot
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
submission
Index
lp
Delta
base
Delta
quote
Delta
base
Snapshot
quote
Snapshot
Documentation
Loading...