Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadixNodeDiscoveryFromNodeFinder

Node discovery from the Radix bootstrap service

Hierarchy

  • RadixNodeDiscoveryFromNodeFinder

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Creates an instance of radix node discovery from node finder.

    Parameters

    • bootstrapService: string

      The full address to the node finder service for the universe

    • wsAddress: function
        • (host: string, port: number): string
        • Parameters

          • host: string
          • port: number

          Returns string

    • httpAddress: function
        • (host: string, port: number): string
        • Parameters

          • host: string
          • port: number

          Returns string

    Returns RadixNodeDiscoveryFromNodeFinder

Properties

bootstrapService

bootstrapService: string

The full address to the node finder service for the universe

httpAddress

httpAddress: function

Type declaration

    • (host: string, port: number): string
    • Parameters

      • host: string
      • port: number

      Returns string

wsAddress

wsAddress: function

Type declaration

    • (host: string, port: number): string
    • Parameters

      • host: string
      • port: number

      Returns string

Methods

loadNodes

Generated using TypeDoc