• Preparing search index...
  • The search index is not available
@aptos-labs/ts-sdk - v5.1.5
  • @aptos-labs/ts-sdk
  • request

Function request

  • request<Req, Res>(options, client): Promise<ClientResponse<Res>>
  • Sends a request using the specified options and returns the response.

    Type Parameters

    • Req
    • Res

    Parameters

    • options: ClientRequest<Req>

      The options for the request.

    • client: Client

      The client used to make the request.

    Returns Promise<ClientResponse<Res>>

    The response from the request.

    • Defined in src/client/core.ts:30

Settings

Member Visibility
@aptos-labs/ts-sdk - v5.1.5
  • Loading...