OptionalhighVolumeMultiplier?: number | LongThe high-volume pricing multiplier per HIP-1313. 1 means no high-volume pricing applied; values > 1 indicate high-volume pricing was simulated.
The network fee component.
The node fee component.
The service fee component.
The sum of the network, node, and service subtotals in tinycents.
ReadonlyhighThe high-volume pricing multiplier per HIP-1313. A value of 1 indicates no high-volume pricing. A value > 1 applies when the transaction's highVolume flag is true and throttle utilization is non-zero.
ReadonlynetworkThe network fee component which covers the cost of gossip, consensus, signature verifications, fee payment, and storage.
ReadonlynodeThe node fee component which is to be paid to the node that submitted the transaction to the network.
ReadonlyserviceThe service fee component which covers execution costs, state saved in the Merkle tree, and additional costs to the blockchain storage.
ReadonlytotalThe sum of the network, node, and service subtotals in tinycents.
The response containing the estimated transaction fees per HIP-1261.