Interface ITransactionDataReorg

Contains UTXO entries and value for a transaction that has been invalidated due to a BlockDAG reorganization.

interface ITransactionDataReorg {
    utxoEntries: IUtxoRecord[];
    value: bigint;
}

Properties

Properties

utxoEntries: IUtxoRecord[]
value: bigint

Generated using TypeDoc