stellar-sdk
Toggle table of contents
1.5.1
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.smartaccount.oz
/
IndexerStats
Indexer
Stats
@
Serializable
data
class
IndexerStats
(
val
totalEvents
:
Long
,
val
uniqueContracts
:
Long
,
val
uniqueCredentials
:
Long
,
val
firstLedger
:
Long
,
val
lastLedger
:
Long
,
val
eventTypes
:
List
<
EventTypeCount
>
)
Statistics about the indexer state.
Members
Constructors
Indexer
Stats
Link copied to clipboard
constructor
(
totalEvents
:
Long
,
uniqueContracts
:
Long
,
uniqueCredentials
:
Long
,
firstLedger
:
Long
,
lastLedger
:
Long
,
eventTypes
:
List
<
EventTypeCount
>
)
Properties
event
Types
Link copied to clipboard
@
SerialName
(
value
=
"eventTypes"
)
val
eventTypes
:
List
<
EventTypeCount
>
first
Ledger
Link copied to clipboard
@
SerialName
(
value
=
"first_ledger"
)
val
firstLedger
:
Long
last
Ledger
Link copied to clipboard
@
SerialName
(
value
=
"last_ledger"
)
val
lastLedger
:
Long
total
Events
Link copied to clipboard
@
SerialName
(
value
=
"total_events"
)
val
totalEvents
:
Long
unique
Contracts
Link copied to clipboard
@
SerialName
(
value
=
"unique_contracts"
)
val
uniqueContracts
:
Long
unique
Credentials
Link copied to clipboard
@
SerialName
(
value
=
"unique_credentials"
)
val
uniqueCredentials
:
Long