Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeQueryOptions

Options used to requesting list of nodes

Hierarchy

  • NodeQueryOptions

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

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 NodeQueryOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc