AppleSauce
Preparing search index...
applesauce-wallet-connect
Helpers
BaseWalletRequest
Interface BaseWalletRequest<TMethod, TParams>
Base request structure for all NIP-47 requests
interface
BaseWalletRequest
<
TMethod
extends
WalletMethod
,
TParams
>
{
method
:
TMethod
;
params
:
TParams
;
}
Type Parameters
TMethod
extends
WalletMethod
TParams
Index
Properties
method
params
Properties
method
method
:
TMethod
The method to call
params
params
:
TParams
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