Alchemy Logo

createMultiOwnerModularAccount

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

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

Type ParameterDefault type

TTransport extends Transport

Transport

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

ParameterTypeDescription

config

CreateMultiOwnerModularAccountParams<TTransport, TSigner>

Configuration parameters for creating a multi-owner modular account

Promise<MultiOwnerModularAccount<TSigner>>

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

Was this page helpful?