Hierarchy

  • APIProvider

Implemented by

Methods

Methods

  • Call an API endpoint and return the response. Provider is responsible for JSON encoding the params and decoding the response.

    Argument

    path The endpoint path, e.g. /v1/chain/get_info

    Argument

    params The request body if any.

    Parameters

    • path: string
    • Optional params: unknown

    Returns Promise<APIResponse>