HorizonResult
public struct HorizonResult
Output of the HorizonEngine, consisting of one HorizonSnapshot,
HorizonPosition and set of previously registered HorizonOptions.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The requested options for this result.
Declaration
Swift
public let horizonOptions: HorizonOptions -
The HorizonSnapshot for the requested options.
Declaration
Swift
public let snapshot: HorizonSnapshot
HorizonResult Structure Reference