Preparing search index...
The search index is not available
@biconomy/abstractjs
@biconomy/abstractjs
ownableCalls
Variable ownableCalls
Const
ownableCalls
:
{
toAddOwnerCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetAddOwnerTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
;
toRemoveOwnerCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetRemoveOwnerTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
;
toSetThresholdCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetSetThresholdTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
;
}
= ...
Type declaration
toAddOwnerCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetAddOwnerTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
toRemoveOwnerCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetRemoveOwnerTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
toSetThresholdCalls
:
(
account
:
ModularSmartAccount
,
parameters
:
GetSetThresholdTxParameters
<
undefined
|
ModularSmartAccount
>
,
)
=>
Promise
<
Call
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@biconomy/abstractjs
Loading...