Stellar · Schema

flags

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
auth_required boolean
auth_revocable boolean
auth_immutable boolean
auth_clawback_enabled boolean
View JSON Schema on GitHub

JSON Schema

stellar-horizon-flags.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/horizon/flags.json",
  "title": "flags",
  "type": "object",
  "properties": {
    "auth_required": {
      "type": "boolean"
    },
    "auth_revocable": {
      "type": "boolean"
    },
    "auth_immutable": {
      "type": "boolean"
    },
    "auth_clawback_enabled": {
      "type": "boolean"
    }
  }
}