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

    Class FeeExtra

    The extra fee charged for the transaction.

    Index

    Properties

    charged: number

    The charged count of items as calculated by max(0, count - included).

    count: number

    The actual count of items received.

    feePerUnit: Long

    The fee price per unit in tinycents.

    included: number

    The count of this "extra" that is included for free.

    name: string

    The unique name of this extra fee as defined in the fee schedule.

    subtotal: Long

    The subtotal in tinycents for this extra fee. Calculated by multiplying the charged count by the feePerUnit.