createMAv2Base

Call Signature

1function createMAv2Base(config): Promise<WebauthnModularAccountV2>;

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

Parameters

ParameterType

config

CreateWebauthnMAV2BaseParams

Returns

Promise<WebauthnModularAccountV2>

Call Signature

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

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

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner<any>

SmartAccountSigner<any>

Parameters

ParameterType

config

CreateMAV2BaseParams

Returns

CreateMAV2BaseReturnType<TSigner>