HorizonResult

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.

Constructors

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

Creates a horizon result.

Properties

Link copied to clipboard
val options: HorizonOptions

Set of previously registered horizon subscription options.

Link copied to clipboard
val snapshot: HorizonSnapshot

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