Interface for the RequestService which is used to make requests

Hierarchy

  • RequestService

Implements

Constructors

Methods

Constructors

Methods

  • Makes a request to the Transmission RPC endpoint. If the session ID is invalid, it will be reset and the request will be retried for a number of times with a delay between each retry before throwing an error.

    Parameters

    • Optional body: BodyInit

      The body to send to the Transmission RPC endpoint

    Returns Promise<unknown>

    The response from the Transmission RPC endpoint

Generated using TypeDoc