package
0.12.2
Repository: https://github.com/yetanotherco/aligned_layer.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
Retries a given function in an exponential backoff manner.
Same as Retry only that the functionToRetry can return a value upon correct execution.
No description provided by the author
WaitForTxRetryParams returns the retry parameters for waiting for a transaction to be included in a block.

# Constants

Initial delay for retry interval for contract calls.
Maximum interval for an individual retry.
Initial delay for retry interval.
Maximum time all retries may take.
Maximum interval an individual retry may have.
Multiplier factor computed exponential retry interval is scaled by.
Total number of retries attempted.
Randomization (Jitter) factor used to map retry interval to a range of values around the computed interval.
Maximum time all retries may take.
Maximum interval for an individual retry.
Total number of retries attempted.
Maximum interval for an individual retry.
Total number of retries attempted.

# Structs

Note we use a custom Permanent error type for asserting Permanent Erros within the retry library.
No description provided by the author