HorizonResult

data class HorizonResult(val options: HorizonOptions, val snapshot: HorizonSnapshot)

Output of the horizon engine, consisting of one horizon snapshot per each set of previously registered horizon subscription options.

Parameters

options

Set of previously registered horizon subscription options.

snapshot

Horizon snapshot generated by the horizon engine based on the set of previously registered subscription options.

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

Constructors

Link copied to clipboard
fun HorizonResult(options: HorizonOptions, snapshot: HorizonSnapshot)

Properties

Link copied to clipboard
val options: HorizonOptions
Link copied to clipboard
val snapshot: HorizonSnapshot