# 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.
# Interfaces
No description provided by the author