Hedera · Schema

NetworkFee

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
gas integer gas cost in tinybars
transaction_type string type of the transaction
View JSON Schema on GitHub

JSON Schema

NetworkFee.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/NetworkFee.json",
  "title": "NetworkFee",
  "type": "object",
  "properties": {
    "gas": {
      "description": "gas cost in tinybars",
      "format": "int64",
      "type": "integer"
    },
    "transaction_type": {
      "description": "type of the transaction",
      "type": "string"
    }
  }
}