package
0.5.0
Repository: https://github.com/goplugin/pluginv2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

* +-----------+ * +----+IN_PROGRESS+----------------+ * | +-----+-----+ | * | | | * | v v * | +------------+ +---------+ * | |RESULT_READY+---------->|TIMED_OUT| * | +------+-----+ +---------+ * | | ^ * | v | * | +---------+ | * +---->|FINALIZED|-----------------+ * +---------+ * * \ / * | * v * +---------+ * |CONFIRMED| * +---------+ */.
Process result from the EA saved by a jsonparse pipeline task.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
CONFIRMED state indicates that we received an on-chain confirmation event (with or without this node's participation in an earlier OCR round).
FINALIZED request is a part of a report produced by OCR2 and has now entered the transmission protocol (i.e.
IN_PROGRESS is the initial state of a request, set right after receiving it in an on-chain event.
caused by internal infra problems, potentially retryable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RESULT_READY means that computation has finished executing (with either success or user error).
TIMED_OUT request has been waiting to get confirmed on chain for too long.
caused by user's code (exception, crash, timeout, ...).

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author