Main SDK class that exposes all functionality of the HOPR SDK.

Constructors

Properties

Constructors

  • Creates a new instance of the HOPR SDK.

    Parameters

    • __namedParameters: {
          apiEndpoint: string;
          apiToken: string;
          timeout?: number;
      }
      • apiEndpoint: string
      • apiToken: string
      • Optional timeout?: number

    Returns HoprSDK

Properties

api: ApiAdapter
flows: FlowsAdapter