@hiero-ledger/sdk
    Preparing search index...

    Class FeeEstimateResponse

    The response containing the estimated transaction fees per HIP-1261.

    Index

    Constructors

    Properties

    highVolumeMultiplier: Long

    The 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.

    networkFee: NetworkFee

    The network fee component which covers the cost of gossip, consensus, signature verifications, fee payment, and storage.

    nodeFee: FeeEstimate

    The node fee component which is to be paid to the node that submitted the transaction to the network.

    serviceFee: FeeEstimate

    The service fee component which covers execution costs, state saved in the Merkle tree, and additional costs to the blockchain storage.

    total: Long

    The sum of the network, node, and service subtotals in tinycents.