HorizonResponse
public struct HorizonResponse
A response from HorizonEngine. Contains a horizon snapshot and a vehicle position per each set of previously registered horizon subscription options.
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
HorizonResponse Structure Reference