AppleSauce
Preparing search index...
applesauce-wallet-connect
Helpers
TWalletRequest
Interface TWalletRequest<Method, Params>
Base request structure for all NIP-47 requests
interface
TWalletRequest
<
Method
extends
string
,
Params
>
{
method
:
Method
;
params
:
Params
;
}
Type Parameters
Method
extends
string
Params
Index
Properties
method
params
Properties
method
method
:
Method
The method to call
params
params
:
Params
Parameters for the method
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
params
AppleSauce
Loading...
Base request structure for all NIP-47 requests