Hierarchy

  • pTokensNodeProvider

Constructors

Properties

Accessors

Methods

Constructors

Properties

_url: string

Accessors

Methods

  • Send a RPC request to the pNetwork webserver.

    Returns

    A Promise that resolves with the result of the JSON response.

    Type Parameters

    • T

    Parameters

    • _reqId: number

      The request ID.

    • _method: string

      The RPC method to be called.

    • _params: any[]

      Optional parameters that will be passed to the RPC method.

    Returns Promise<T>

Generated using TypeDoc