hopr_strategy

Module auto_redeeming

Source
Expand description

§Auto Redeeming Strategy

This strategy listens for newly added acknowledged tickets and automatically issues a redeem transaction on that ticket. It can be configured to automatically redeem all tickets or only aggregated tickets (which results in far fewer on-chain transactions being issued).

For details on default parameters, see AutoRedeemingStrategyConfig.

Structs§

AutoRedeemingStrategy
The AutoRedeemingStrategy automatically sends an acknowledged ticket for redemption once encountered. The strategy does not await the result of the redemption.
AutoRedeemingStrategyConfig
Configuration object for the AutoRedeemingStrategy