GetServiceInfoResponse

Properties

Link copied to clipboard
abstract val chain: String?

Human-readable name of the chain that this node is on.

Link copied to clipboard
abstract val chainId: String?

The chain identifier of the chain that this node is on.

Link copied to clipboard
abstract val checkpointHeight: <Error class: unknown class>?

Checkpoint height of the most recently executed checkpoint.

Link copied to clipboard
abstract val epoch: <Error class: unknown class>?

Current epoch of the node based on its highest executed checkpoint.

Link copied to clipboard
abstract val lowestAvailableCheckpoint: <Error class: unknown class>?

The lowest checkpoint for which checkpoints and transaction data are available.

Link copied to clipboard
abstract val lowestAvailableCheckpointObjects: <Error class: unknown class>?

The lowest checkpoint for which object data is available.

Link copied to clipboard

Returns the field-presence view for this GetServiceInfoResponse instance.

Link copied to clipboard
abstract val server: String?

Software version of the service. Similar to the server http header.

Link copied to clipboard
abstract val timestamp: Timestamp

Unix timestamp of the most recently executed checkpoint.

Functions

Link copied to clipboard
fun GetServiceInfoResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): GetServiceInfoResponse

Copies the original message, including unknown fields.