Hedera · Schema

FixedCustomFee

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
amount integer
collector_account_id object
denominating_token_id object
View JSON Schema on GitHub

JSON Schema

FixedCustomFee.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/FixedCustomFee.json",
  "title": "FixedCustomFee",
  "type": "object",
  "properties": {
    "amount": {
      "example": 100,
      "format": "int64",
      "type": "integer"
    },
    "collector_account_id": {
      "$ref": "#/components/schemas/EntityId"
    },
    "denominating_token_id": {
      "$ref": "#/components/schemas/EntityId"
    }
  }
}