Given a HAPI transaction, estimate the network fees in tinycents.
Estimate solely based on the transaction's inherent properties or use network state.
INTRINSIC, STATE A protobuf encoded HAPI Transaction
The body is of type file.
OK
The response containing the estimated transaction fees.
The network fee component which covers the cost of gossip, consensus, signature verifications, fee payment, and storage.
The node fee component which is to be paid to the node that submitted the transaction to the network. This fee exists to compensate the node for the work it performed to pre-check the transaction before submitting it, and incentivizes the node to accept new transactions from users.
An array of strings for any caveats.
[
"Fallback to worst-case due to missing state"
]The service fee component which covers execution costs, state saved in the Merkle tree, and additional costs to the blockchain storage.
The sum of the network, node, and service subtotals in tinycents.
x >= 01000