function createModularAccountV2Client<TChain, TSigner>(
args,
): Promise<AlchemySmartAccountClient<TChain, ModularAccountV2<TSigner>>>;Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/client/client.d.ts:20
| Type Parameter | Default type |
|---|---|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<AlchemySmartAccountClient<TChain, ModularAccountV2<TSigner>>>
function createModularAccountV2Client<TTransport, TChain, TSigner>(
args,
): Promise<ModularAccountV2Client<TSigner, TChain, TTransport>>;Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/client/client.d.ts:21
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<ModularAccountV2Client<TSigner, TChain, TTransport>>
function createModularAccountV2Client<TTransport, TChain>(
args,
): Promise<WebauthnModularAccountV2Client<TChain, TTransport>>;Defined in: account-kit/smart-contracts/dist/types/src/ma-v2/client/client.d.ts:22
| Type Parameter | Default type |
|---|---|
|
|
|
|
| Parameter | Type |
|---|---|
|
|
Promise<WebauthnModularAccountV2Client<TChain, TTransport>>