Skip to content
Alchemy Logo

CreateWebauthnModularAccountV2Params

type CreateWebauthnModularAccountV2Params<TTransport> = Pick<
  ToSmartContractAccountParams<"ModularAccountV2", TTransport, Chain, "0.7.0">,
  "transport" | "chain" | "accountAddress"
> &
  object;

Defined in: account-kit/smart-contracts/src/ma-v2/account/modularAccountV2.ts:69

NameType

credential

ToWebAuthnAccountParameters["credential"]

deferredAction?

Hex

entryPoint?

EntryPointDef<"0.7.0", Chain>

factoryAddress?

Address

getFn?

ToWebAuthnAccountParameters["getFn"]

initCode?

Hex

mode

"webauthn"

rpId?

ToWebAuthnAccountParameters["rpId"]

salt?

bigint

signerEntity?

SignerEntity

Type ParameterDefault type

TTransport extends Transport

Transport

Was this page helpful?