Hedera · Schema

FeeEstimateMode

Estimate solely based on the transaction's inherent properties or use network state.

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

FeeEstimateMode.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/FeeEstimateMode.json",
  "title": "FeeEstimateMode",
  "description": "Estimate solely based on the transaction's inherent properties or use network state.",
  "default": "INTRINSIC",
  "enum": [
    "INTRINSIC",
    "STATE"
  ],
  "type": "string"
}