Skip to content
Alchemy Logo

createMAv2Base

function createMAv2Base(config): Promise<WebauthnModularAccountV2>;

Defined in: account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts:130

ParameterType

config

CreateWebauthnMAV2BaseParams

Promise<WebauthnModularAccountV2>

function createMAv2Base<TSigner>(config): CreateMAV2BaseReturnType<TSigner>;

Defined in: account-kit/smart-contracts/src/ma-v2/account/common/modularAccountV2Base.ts:134

Type ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

ParameterType

config

CreateMAV2BaseParams

CreateMAV2BaseReturnType<TSigner>

Was this page helpful?