Skip to main content

Enumeration: ConflictReason

Reason for block conflicts.

Table of contents

Enumeration Members

Enumeration Members

none

none

The block has no conflict.


inputUTXOAlreadySpent

inputUTXOAlreadySpent

The referenced UTXO was already spent.


inputUTXOAlreadySpentInThisMilestone

inputUTXOAlreadySpentInThisMilestone

The referenced UTXO was already spent while confirming this milestone.


inputUTXONotFound

inputUTXONotFound

The referenced UTXO cannot be found.


inputOutputSumMismatch

inputOutputSumMismatch

The sum of the inputs and output values does not match.


invalidSignature

invalidSignature

The unlock block signature is invalid.


invalidNetworkId

invalidNetworkId

The networkId in the essence does not match the nodes configuration.


semanticValidationFailed

semanticValidationFailed

The semantic validation failed.