@hashgraph/sdk
    Preparing search index...

    Class FeeData

    A total fee, in component amounts charged for a transaction.

    Total fees are composed of three sets of components.

    • Node data, components that compensate the specific node that submitted the transaction.
    • Network data, components that compensate the Hedera network for gossiping the transaction and determining the consensus timestamp.
    • Service data, components that compensate the Hedera network for the ongoing maintenance and operation of the network, as well as ongoing development of network services.

    Fee components are recorded in thousandths of a tiny cent, and the network exchange rate converts these to tinybar amounts, which are what the network charges for transactions and what the network reports in the record stream.

    Index

    Constructors

    Properties

    feeDataType: undefined | FeeDataType
    networkdata: undefined | FeeComponents
    nodedata: undefined | FeeComponents
    servicedata: undefined | FeeComponents

    Methods

    • Returns Uint8Array<ArrayBufferLike>