Enumeration OperationStatus

Operation status.

Remarks

This enumeration captures the lifecycle stages of a blockchain operation, from initiation to finalization.

Enumeration Members

Error: 5

The operation has failed and the block containing the failure has been confirmed as final.

NotFound: 0

The operation has not been found within the blockchain, either because it is not yet processed or does not exist.

PendingInclusion: 1

The operation has been recognized and is awaiting inclusion in the blockchain ledger.

SpeculativeError: 3

The operation has failed; however, the block containing the failure has not yet been confirmed as final.

SpeculativeSuccess: 2

The operation has executed successfully; however, the block containing it has not yet been confirmed as final.

Success: 4

The operation has executed successfully and the block containing it has been confirmed as final.