package
0.0.0-20240806202947-369a1d73b513
Repository: https://github.com/overclock-validator/keep-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
SubmitDepositSweepProof prepares deposit sweep proof for the given transaction and submits it to the on-chain contract.
SubmitMovedFundsSweepProof prepares moved funds sweep proof for the given transaction and submits it to the on-chain contract.
SubmitMovingFundsProof prepares moving funds proof for the given transaction and submits it to the on-chain contract.
SubmitRedemptionProof prepares redemption proof for the given transaction and submits it to the on-chain contract.

# Constants

DefaultHistoryDepth is the default value for history depth which is the number of blocks to look back from the current block when searching for past wallet-related events.
DefaultIdleBackOffTime is the default value for idle back-off time.
DefaultRestartBackoffTime is the default value for restart back-off time.
DefaultTransactionLimit is the default value for the limit of transactions returned for a given wallet public key hash.

# Structs

Config holds configurable properties.

# Interfaces

No description provided by the author