createModularAccount

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

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

Type Parameters

Type ParameterDefault type

TTransport extends Transport

Transport

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterType

config

CreateMultiOwnerModularAccountParams<TTransport, TSigner>

Returns

Promise<MultiOwnerModularAccount<TSigner>>