HorizonOptions

public struct HorizonOptions

Has information about what information is required for HorizonEngine to deliver.

Warning

This is an experimental API. It may be changed or removed at any time without notice. Use of this API is strongly discouraged.
  • id

    Unique ID of the HorizonOptions

    Declaration

    Swift

    public let id: UUID
  • The requested element types.

    Declaration

    Swift

    public let elementTypes: [HorizonElementType]
  • The options for searching for the main path

    Declaration

    Swift

    public let mainPathSearchOptions: MainPathOptions
  • The options for searching for the each subPath level. The position in the array determines the subPath level value.

    Declaration

    Swift

    public let subPathSearchOptions: [SubPathOptions]
  • Maximum number of paths that can be returned.

    Declaration

    Swift

    public let numberOfPaths: Int