Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Client

Hierarchy

  • Client

Index

Constructors

Properties

axios: AxiosInstance
name?: string
network: Network
retry: number
userAgent?: string

Accessors

  • get account(): AccountFromAddressFn
  • get accounts(): default
  • get block(): BlockFromHeightOrHashFn
  • get blocks(): default
  • get challenges(): default
  • get cities(): default
  • get city(): CityFromIdFn
  • get clientOptions(): undefined | AxiosRequestConfig
  • get elections(): default
  • get hotspot(): HotspotFromAddressFn
  • get hotspots(): default
  • get locations(): default
  • get oracle(): default
  • get pendingTransactions(): default
  • get rewards(): default
  • get stateChannels(): default
  • get stats(): default
  • get transactions(): default
  • get validator(): ValidatorFromAddressFn
  • get validators(): default
  • get vars(): default

Methods

  • get(path: string, params?: Object): Promise<AxiosResponse<any>>
  • post(path: string, params?: Object): Promise<AxiosResponse<any>>

Generated using TypeDoc