HorizonSnapshotState

public struct HorizonSnapshotState : Equatable

State of the HorizonSnapshot that the HorizonEngine generates based on a set of registered HorizonOptions.

Important

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

Public

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

    Declaration

    Swift

    public let updateCounter: Int