Neynar · Schema

Ed25519PublicKey

Ed25519 public key

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

ed25519publickey.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/Ed25519PublicKey",
  "title": "Ed25519PublicKey",
  "description": "Ed25519 public key",
  "example": "0x3daa8f99c5f760688a3c9f95716ed93dee5ed5d7722d776b7c4deac957755f22",
  "pattern": "^0x[a-fA-F0-9]{64}$",
  "type": "string"
}