type AlchemyMultisigAccountClientConfig<TSigner> = Omit<
CreateMultisigModularAccountParams<HttpTransport, TSigner>,
"transport"
> &
Omit<
AlchemySmartAccountClientConfig<
Chain,
LightAccount<TSigner>,
MultisigUserOperationContext
>,
"account"
> &
object;Defined in: account-kit/smart-contracts/src/msca/client/multiSigAlchemyClient.ts:21
| Name | Type |
|---|---|
|
|
| Type Parameter | Default type |
|---|---|
|
|