You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signer: `Defines the signature verification algorithm used by the account to verify user operations. Options:
70
70
- ECDSA: Standard Ethereum signature validation using secp256k1, validates signatures against a specified owner address
71
71
- EIP7702: Special ECDSA validation using account's own address as signer, enables EOAs to delegate execution rights
72
+
- Multisig: ERC-7913 multisignature requiring minimum number of signatures from authorized signers
73
+
- MultisigWeighted: ERC-7913 weighted multisignature where signers have different voting weights
72
74
- P256: NIST P-256 curve (secp256r1) validation for integration with Passkeys and HSMs
73
75
- RSA: RSA PKCS#1 v1.5 signature validation (RFC8017) for PKI systems and HSMs
74
-
- Multisig: ERC-7913 multisignature requiring minimum number of signatures from authorized signers
75
-
- MultisigWeighted: ERC-7913 weighted multisignature where signers have different voting weights`,
76
+
- WebAuthn: Web Authentication (WebAuthn) assertion validation for integration with Passkeys and HSMs on top of P256`,
76
77
batchedExecution:
77
78
'Whether to implement a minimal batching interface for the account to allow multiple operations to be executed in a single transaction following the ERC-7821 standard.',
0 commit comments