Aptos · Schema

PublicKey_FederatedKeyless

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

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