Type for target of TraceTransactionClause.

interface TransactionTraceTarget {
    blockId: BlockId;
    clauseIndex: number;
    transaction: number | BlockId;
}

Properties

blockId: BlockId

Block ID.

clauseIndex: number

Clause index.

transaction: number | BlockId

Transaction index if number, else ID if ThorId.