Interface RootHashExecutionDiscrepancyDetectedEvent

ExecutionDiscrepancyDetectedEvent is an execute discrepancy detected event.

interface RootHashExecutionDiscrepancyDetectedEvent {
    rank: longnum;
    round: longnum;
    timeout: boolean;
}

Properties

Properties

rank: longnum

Rank is the rank of the transaction scheduler.

round: longnum

Round is the round in which the discrepancy was detected.

timeout: boolean

Timeout signals whether the discrepancy was due to a timeout.