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
| Name | Summary |
|---|---|
| deriveAddress | abstract fun deriveAddress(): Address Derive an Address from this Passkey Public Key |
| inner | abstract fun inner(): Secp256r1PublicKey |