createMultiOwnerModularAccount

1function createMultiOwnerModularAccount<TTransport, TSigner>(
2 config,
3): Promise<MultiOwnerModularAccount<TSigner>>;

Defined in: account-kit/smart-contracts/src/msca/account/multiOwnerAccount.ts:58

Type Parameters

Type ParameterDefault type

TTransport extends Transport

Transport

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterTypeDescription

config

CreateMultiOwnerModularAccountParams<TTransport, TSigner>

Configuration parameters for creating a multi-owner modular account

Returns

Promise<MultiOwnerModularAccount<TSigner>>

A promise that resolves to a MultiOwnerModularAccount object containing the created account information and methods