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

    Class FeeEstimateQuery

    Request object for users, SDKs, and tools to query expected fees without submitting transactions to the network.

    Communicates with the mirror node REST API (POST /api/v1/network/fees) — not the consensus node gRPC API. Per HIP-1261 this class is modeled after MirrorNodeContractQuery (a plain class) rather than the gRPC Query base, since the gRPC features (node selection, query payment, transaction-id signing) do not apply.

    Per HIP-1261, transactions are automatically frozen if not already frozen when execute() is called.

    Index

    Constructors

    Accessors

    Methods

    • Parameters

      • client: Client<Channel, MirrorChannel>

      Returns void

    • Set the high-volume throttle utilization in basis points (0–10000, where 10000 = 100%). A value of 0 (the default) disables high-volume pricing simulation. Maps to the high_volume_throttle query parameter on the mirror node REST API.

      Parameters

      • throttle: number

      Returns FeeEstimateQuery