Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/sui
client
SuiHTTPTransport
Class SuiHTTPTransport
Implements
SuiTransport
Index
Constructors
constructor
Methods
fetch
request
subscribe
Constructors
constructor
new
SuiHTTPTransport
(
options
)
:
SuiHTTPTransport
Parameters
options
:
SuiHTTPTransportOptions
Returns
SuiHTTPTransport
Methods
fetch
fetch
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
request
request
<
T
>
(
input
)
:
Promise
<
T
>
Type Parameters
T
Parameters
input
:
SuiTransportRequestOptions
Returns
Promise
<
T
>
subscribe
subscribe
<
T
>
(
input
)
:
Promise
<
(
(
)
=>
Promise
<
boolean
>
)
>
Type Parameters
T
Parameters
input
:
SuiTransportSubscribeOptions
<
T
>
Returns
Promise
<
(
(
)
=>
Promise
<
boolean
>
)
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
fetch
request
subscribe
Documentation
Loading...