Expand description
defines all new types for this pallet
Structs§
- Passkey
Call - Inner Passkey call
- Passkey
Call V2 - Inner Passkey call V2
- Passkey
Payload - Passkey Payload
- Passkey
Payload V2 - Passkey Payload V2
- Passkey
Public Key - PassKey Public Key type in compressed encoded point format the first byte is the tag indicating compressed format
- Passkey
Signature - PassKey Signature type
- Verifiable
Passkey Signature - A verifiable Pass key contains all the required information to verify a passkey signature
Enums§
- Passkey
Verification Error - Passkey verification error types
Constants§
- CHALLENGE_
PLACEHOLDER - This is the placeholder value that should be replaced by calculated challenge for evaluation of a Passkey signature.
Type Aliases§
- Passkey
Authenticator Data - Passkey AuthenticatorData type. The length is 37 bytes or more https://w3c.github.io/webauthn/#authenticator-data
- Passkey
Client Data Json - Passkey ClientDataJson type
Note: The
challenge
field inside this json MUST be replaced withCHALLENGE_PLACEHOLDER
before submission to the chain https://w3c.github.io/webauthn/#dictdef-collectedclientdata