Preparing search index...
The search index is not available
@oobe-protocol-labs/synapse-client-sdk
@oobe-protocol-labs/synapse-client-sdk
createRpc
Function createRpc
create
Rpc
<
TRpcMethods
,
TRpcTransport
>
(
rpcConfig
)
:
Rpc
<
TRpcMethods
>
Creates a
Rpc
instance given a RpcApi | RpcApi
and a
RpcTransport
capable of fulfilling them.
Type Parameters
TRpcMethods
TRpcTransport
extends
RpcTransport
Parameters
rpcConfig
:
Readonly
<
{
api
:
RpcApi
<
TRpcMethods
>
;
transport
:
TRpcTransport
;
}
>
Returns
Rpc
<
TRpcMethods
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@oobe-protocol-labs/synapse-client-sdk
Loading...
Creates a Rpc instance given a RpcApi | RpcApi and a
RpcTransport capable of fulfilling them.