AppleSauce
Preparing search index...
applesauce-wallet-connect
WalletMethodHandler
Type Alias WalletMethodHandler<Method>
WalletMethodHandler
:
(
params
:
Method
[
"request"
]
[
"params"
]
,
)
=>
Promise
<
Method
[
"response"
]
[
"result"
]
>
Generic type for wallet method handlers
Type Parameters
Method
extends
TWalletMethod
Type Declaration
(
params
:
Method
[
"request"
]
[
"params"
]
)
:
Promise
<
Method
[
"response"
]
[
"result"
]
>
Parameters
params
:
Method
[
"request"
]
[
"params"
]
Returns
Promise
<
Method
[
"response"
]
[
"result"
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AppleSauce
Loading...
Generic type for wallet method handlers