Preparing search index...
The search index is not available
@biconomy/sdk
@biconomy/sdk
ModuleParameters
Type alias ModuleParameters
Module
Parameters
:
{
account
?:
ModularSmartAccount
;
address
:
Hex
;
data
?:
Record
<
string
,
unknown
>
;
signer
:
Signer
;
}
&
Partial
<
ModuleActions
>
&
Partial
<
RequiredModuleParameters
>
Type declaration
Optional
account
?:
ModularSmartAccount
account
address
:
Hex
The hexadecimal address of the module.
Optional
data
?:
Record
<
string
,
unknown
>
Data for the module
signer
:
Signer
Signer of the Module.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@biconomy/sdk
Loading...
account