ReadonlyblockMaximum total gas the node the SDK is connected to accepts in a single micro block. Node policy rather than a consensus parameter, it may differ between nodes.
ReadonlycontractBase fee gas of contract-executing transaction types, by ABI version
ReadonlygasGas per serialized transaction byte counted into the minimum fee
ReadonlymaxMaximum gas accepted for a generalized account authentication function by the node the SDK is connected to. Node policy rather than a consensus parameter, it may differ between nodes.
ReadonlyminConsensus minimum gas price in aettos, the minimum transaction fee is the transaction's fee gas multiplied by this value
ReadonlyminMinimum gas price accepted by the miner of the node the SDK is connected to. A transaction below it is still valid, but this node won't mine it.
ReadonlystateState rent gas fraction per key block by transaction type,
state gas is ceil(relativeTtl * part / whole)
ReadonlytxBase fee gas by transaction type, transactions not executing contract code
Consensus parameters and node policy settings the transaction builder needs to produce a transaction the node would accept — see getCachedProtocolParameters.