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

    Class NetworkFee

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

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • props: { multiplier: number; subtotal: number | Long }
        • multiplier: number

          Multiplied by the node fee to determine the total network fee

        • subtotal: number | Long

          The subtotal in tinycents for the network fee component

      Returns NetworkFee

    Properties

    multiplier: number

    Multiplied by the node fee to determine the total network fee.

    subtotal: Long

    The subtotal in tinycents for the network fee component which is calculated by multiplying the node subtotal by the network multiplier.