Aptos · Schema

Signature_Ed25519

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

Signature_Ed25519.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/Signature_Ed25519.json",
  "title": "Signature_Ed25519",
  "allOf": [
    {
      "type": "object",
      "required": [
        "type"
      ],
      "properties": {
        "type": {
          "type": "string",
          "enum": [
            "ed25519"
          ],
          "example": "ed25519"
        }
      }
    },
    {
      "$ref": "#/components/schemas/Ed25519"
    }
  ]
}