HorizonSnapshotState

data class HorizonSnapshotState(val extensionCounter: Int)

State of the horizon snapshot provided by the horizon engine. It is based on a set of previously registered horizon options.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

extensionCounter

A counter incremented on each horizon snapshot update. After horizon reset, this counter is set to 0.

Constructors

Link copied to clipboard
constructor(extensionCounter: Int)

Properties

Link copied to clipboard