Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceQueryOptions

Options used to requesting list of services

Hierarchy

  • ServiceQueryOptions

Index

Constructors

constructor

Methods

getBlockingOptions

  • Set options for blocking query

    Returns BlockingQueryOptions

getNear

  • getNear(): string
  • Set node name for sorting the list in ascending order based on the estimated round trip time from that node.

    Returns string

getTag

  • getTag(): string
  • Set tag for filtering request results

    Returns string

setBlockingOptions

setNear

  • Set node name for sorting the list in ascending order based on the estimated round trip time from that node.

    Parameters

    • near: string

    Returns ServiceQueryOptions

setTag

  • Set tag for filtering request results

    Parameters

    • tag: string

    Returns ServiceQueryOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc