Aptos · Schema

RoleType

BlockchainWeb3MoveLayer 1CryptocurrencyNFTSmart ContractsDeFiTransactionsAccountsGraphQLgRPC
View JSON Schema on GitHub

JSON Schema

RoleType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/aptos/json-schema/RoleType.json",
  "title": "RoleType",
  "type": "string",
  "enum": [
    "validator",
    "full_node"
  ]
}