createMultisigAccountAlchemyClient
Creates an Alchemy client for a multisig account using the provided configuration.
Import
Usage
Parameters
config
AlchemyMultisigAccountClientConfig
The configuration for the Alchemy multisig account client
Returns
Promise<AlchemySmartAccountClient<Transport, Chain | undefined, MultisigModularAccount<SmartAccountSigner>, MultisigPluginActions<MultisigModularAccount<SmartAccountSigner>> & PluginManagerActions<MultisigModularAccount<SmartAccountSigner>> & AccountLoupeActions<MultisigModularAccount<SmartAccountSigner>>, MultisigUserOperationContext>>
A promise that resolves to an Alchemy Smart Account Client for multisig accounts with extended functionalities.