createMultisigModularAccount
Creates a multisig modular account using the provided parameters, including transport, chain, signer, account address, and other account settings. It configures the account with multiple owners and the specified threshold.
Import
Usage
Parameters
config
CreateMultisigModularAccountParams
The parameters for creating a multisig modular account.
Returns
Promise<MultisigModularAccount>
A promise that resolves to a MultisigModularAccount
object containing the created account information and methods.