Hedera · Schema

TokenAllowancesResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
allowances object
links object
View JSON Schema on GitHub

JSON Schema

TokenAllowancesResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TokenAllowancesResponse.json",
  "title": "TokenAllowancesResponse",
  "type": "object",
  "properties": {
    "allowances": {
      "$ref": "#/components/schemas/TokenAllowances"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}