Skip to main content

PasskeyPublicKeyInterface

interface PasskeyPublicKeyInterface

Public key of a PasskeyAuthenticator.

This is used to derive the onchain Address for a PasskeyAuthenticator.

BCS

The BCS serialized form for this type is defined by the following ABNF:

passkey-public-key = passkey-flag secp256r1-public-key

Inheritors

PasskeyPublicKey

Functions

NameSummary
deriveAddressabstract fun deriveAddress(): Address
Derive an Address from this Passkey Public Key
innerabstract fun inner(): Secp256r1PublicKey