package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.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| * +---------+ */.
internal request ID is a hash of (sender, requestID).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

CONFIRMED state indicates that we received an on-chain confirmation event (with or without this node's participation in an earlier OCR round).
No description provided by the author
No description provided by the author
No description provided by the author
FINALIZED request is a part of a report produced by OCR2 and has now entered the transmission protocol (i.e.
No description provided by the author
No description provided by the author
No description provided by the author
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
No description provided by the author
Used in place of OnchainMetadata for all offchain requests.
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, ...).

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
NOTE: to be extended with raw report and signatures when needed.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
ExternalAdapterClient supports two endpoints: 1.
No description provided by the author
Simple wrapper around a channel to transmit offchain reports between OCR plugin and Gateway connector.
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
No description provided by the author
No description provided by the author