Variable ownableCallsConst

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