HorizonResult

class HorizonResult(val options: HorizonOptions, val snapshot: HorizonSnapshot, val position: HorizonPosition)

Output of the horizon engine, consisting of:

Constructors

Link copied to clipboard
constructor(options: HorizonOptions, snapshot: HorizonSnapshot, position: HorizonPosition)

Properties

Link copied to clipboard

Set of registered horizon options.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String