Account Types
StarKey supports the Ed25519 account type on Aptos:
| Account type | Created via | Signature | PublicKey | AccountAuthenticator |
|---|---|---|---|---|
| Ed25519 | Private key or recovery phrase | Ed25519Signature | Ed25519PublicKey | AccountAuthenticatorEd25519 |
Check against Ed25519PublicKey from @aptos-labs/ts-sdk with the instanceof operator to confirm the account type.
Related pages
Last updated on