CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc core
index
JsonRpcTransportFallback
Class JsonRpcTransportFallback
Implements
JsonRpcTransport
Index
Constructors
constructor
Methods
request
Constructors
constructor
new
JsonRpcTransportFallback
(
transports
:
JsonRpcTransport
[]
,
)
:
JsonRpcTransportFallback
Parameters
transports
:
JsonRpcTransport
[]
Returns
JsonRpcTransportFallback
Methods
request
request
(
data
:
JsonRpcPayload
)
:
Promise
<
JsonRpcResponse
>
Sends a JSON-RPC request to the server.
Parameters
data
:
JsonRpcPayload
The JSON-RPC payload to send.
Returns
Promise
<
JsonRpcResponse
>
The JSON-RPC response.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
request
GitHub
App
Docs
Playground
CCC Docs
Loading...
Sends a JSON-RPC request to the server.