Preparing search index...
The search index is not available
@metamask/multichain-api-client
@metamask/multichain-api-client
MultichainApi
Type Alias MultichainApi<T>
Multichain
Api
<
T
>
:
{
wallet_createSession
:
RpcMethod
<
CreateSessionParams
<
T
>
,
SessionData
>
;
wallet_getSession
:
RpcMethod
<
void
,
SessionData
|
undefined
>
;
wallet_invokeMethod
:
(
<
S
,
M
>
(
params
:
InvokeMethodParams
<
T
,
S
,
M
>
)
=>
MethodReturn
<
T
,
S
,
M
>
)
;
wallet_revokeSession
:
RpcMethod
<
void
,
void
>
;
}
Type Parameters
T
extends
RpcApi
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@metamask/multichain-api-client
Loading...