Class GeneratorSummary

A class containing a summary produced by transaction Generator. This class contains the number of transactions, the aggregated fees, the aggregated UTXOs and the final transaction amount that includes both network and QoS (priority) fees.

Constructors

Properties

fees: bigint
finalAmount: bigint
finalTransactionId: string
mass: bigint
networkType: NetworkType
transactions: number
utxos: number

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Return stringified version of self.

    Returns string

Generated using TypeDoc