createMultiOwnerModularAccountClient

Call Signature

1function createMultiOwnerModularAccountClient<TSigner>(
2 params,
3): Promise<
4 AlchemySmartAccountClient<
5 undefined | Chain,
6 MultiOwnerModularAccount<TSigner>,
7 ExecutionActions<
8 MultiOwnerModularAccount<TSigner>,
9 undefined,
10 keyof EntryPointRegistryBase<unknown>
11 > &
12 ManagementActions<
13 MultiOwnerModularAccount<TSigner>,
14 undefined,
15 keyof EntryPointRegistryBase<unknown>
16 > &
17 ReadAndEncodeActions<MultiOwnerModularAccount<TSigner>> &
18 object &
19 object &
20 PluginManagerActions<MultiOwnerModularAccount<TSigner>> &
21 AccountLoupeActions<MultiOwnerModularAccount<TSigner>>
22 >
23>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/client/client.d.ts:17

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterType

params

Omit<CreateMultiOwnerModularAccountParams<HttpTransport, TSigner>, "transport"> & Omit<AlchemySmartAccountClientConfig<Chain, LightAccount<TSigner>>, "account"> & object

Returns

Promise<AlchemySmartAccountClient<undefined | Chain, MultiOwnerModularAccount<TSigner>, ExecutionActions<MultiOwnerModularAccount<TSigner>, undefined, keyof EntryPointRegistryBase<unknown>> & ManagementActions<MultiOwnerModularAccount<TSigner>, undefined, keyof EntryPointRegistryBase<unknown>> & ReadAndEncodeActions<MultiOwnerModularAccount<TSigner>> & object & object & PluginManagerActions<MultiOwnerModularAccount<TSigner>> & AccountLoupeActions<MultiOwnerModularAccount<TSigner>>>>

Call Signature

1function createMultiOwnerModularAccountClient<TTransport, TChain, TSigner>(
2 args,
3): Promise<
4 SmartAccountClient<
5 CustomTransport,
6 Chain,
7 MultiOwnerModularAccount<TSigner>,
8 ExecutionActions<
9 MultiOwnerModularAccount<TSigner>,
10 undefined,
11 keyof EntryPointRegistryBase<unknown>
12 > &
13 ManagementActions<
14 MultiOwnerModularAccount<TSigner>,
15 undefined,
16 keyof EntryPointRegistryBase<unknown>
17 > &
18 ReadAndEncodeActions<MultiOwnerModularAccount<TSigner>> &
19 object &
20 object &
21 PluginManagerActions<MultiOwnerModularAccount<TSigner>> &
22 AccountLoupeActions<MultiOwnerModularAccount<TSigner>>
23 >
24>;

Defined in: account-kit/smart-contracts/dist/types/src/msca/client/client.d.ts:20

Type Parameters

Type ParameterDefault type

TTransport extends Transport

Transport

TChain extends undefined | Chain

undefined | Chain

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterType

args

CreateMultiOwnerModularAccountClientParams<TTransport, TChain, TSigner> & NotType<TTransport, AlchemyTransport>

Returns

Promise<SmartAccountClient<CustomTransport, Chain, MultiOwnerModularAccount<TSigner>, ExecutionActions<MultiOwnerModularAccount<TSigner>, undefined, keyof EntryPointRegistryBase<unknown>> & ManagementActions<MultiOwnerModularAccount<TSigner>, undefined, keyof EntryPointRegistryBase<unknown>> & ReadAndEncodeActions<MultiOwnerModularAccount<TSigner>> & object & object & PluginManagerActions<MultiOwnerModularAccount<TSigner>> & AccountLoupeActions<MultiOwnerModularAccount<TSigner>>>>