Umi — API References - v1.3.0
Preparing search index...
umi-rpc-web3js
createWeb3JsRpc
Function createWeb3JsRpc
createWeb3JsRpc
(
context
:
Pick
<
Context
,
"programs"
|
"transactions"
>
,
endpoint
:
string
,
rpcOptions
?:
Web3JsRpcOptions
,
)
:
RpcInterface
&
{
connection
:
Connection
}
Parameters
context
:
Pick
<
Context
,
"programs"
|
"transactions"
>
endpoint
:
string
Optional
rpcOptions
:
Web3JsRpcOptions
Returns
RpcInterface
&
{
connection
:
Connection
}
createWeb3JsRpc
(
context
:
Pick
<
Context
,
"programs"
|
"transactions"
>
,
connection
:
Connection
,
)
:
RpcInterface
&
{
connection
:
Connection
}
Parameters
context
:
Pick
<
Context
,
"programs"
|
"transactions"
>
connection
:
Connection
Returns
RpcInterface
&
{
connection
:
Connection
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...