LedgerService

interface LedgerService

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun GetEpoch(message: GetEpochRequest): GetEpochResponse
Link copied to clipboard
abstract suspend fun GetObject(message: GetObjectRequest): GetObjectResponse
Link copied to clipboard

Query the service for general information about its current state.

Link copied to clipboard
Link copied to clipboard

List checkpoints matching the provided filters.

Link copied to clipboard
abstract fun ListEvents(message: ListEventsRequest): Flow<ListEventsResponse>

List events matching the provided filters.

Link copied to clipboard

List transactions matching the provided filters.