function createMultiOwnerLightAccountClient<TSigner>(
params,
): Promise<
AlchemySmartAccountClient<
undefined | Chain,
MultiOwnerLightAccount<TSigner>,
MultiOwnerLightAccountClientActions<TSigner>
>
>;Defined in: account-kit/smart-contracts/dist/types/src/light-account/clients/multiOwnerLightAccount.d.ts:12
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<AlchemySmartAccountClient<undefined | Chain, MultiOwnerLightAccount<TSigner>, MultiOwnerLightAccountClientActions<TSigner>>>
function createMultiOwnerLightAccountClient<TTransport, TChain, TSigner>(
args,
): Promise<
SmartAccountClient<
CustomTransport,
Chain,
MultiOwnerLightAccount<TSigner>,
SmartAccountClientActions<Chain, SmartContractAccount> &
MultiOwnerLightAccountClientActions<
TSigner,
MultiOwnerLightAccount<TSigner>
>
>
>;Defined in: account-kit/smart-contracts/dist/types/src/light-account/clients/multiOwnerLightAccount.d.ts:15
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<SmartAccountClient<CustomTransport, Chain, MultiOwnerLightAccount<TSigner>, SmartAccountClientActions<Chain, SmartContractAccount> & MultiOwnerLightAccountClientActions<TSigner, MultiOwnerLightAccount<TSigner>>>>