Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.29.0
@aptos-labs/ts-sdk
request
Function request
request
<
Req
,
Res
>
(
options
,
client
)
:
Promise
<
ClientResponse
<
Res
>
>
Given a url and method, sends the request with axios and returns the response.
Type Parameters
Req
Res
Parameters
options
:
ClientRequest
<
Req
>
client
:
Client
Returns
Promise
<
ClientResponse
<
Res
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.29.0
Loading...
Given a url and method, sends the request with axios and returns the response.