AlchemyMultisigAccountClientConfig

1type AlchemyMultisigAccountClientConfig<TSigner> = Omit<
2 CreateMultisigModularAccountParams<HttpTransport, TSigner>,
3 "transport"
4> &
5 Omit<
6 AlchemySmartAccountClientConfig<
7 Chain,
8 LightAccount<TSigner>,
9 MultisigUserOperationContext
10 >,
11 "account"
12 > &
13 object;

Defined in: account-kit/smart-contracts/src/msca/client/multiSigAlchemyClient.ts:21

Type Declaration

NameType

transport

AlchemyTransport

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner