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§
- Auto
Redeeming Strategy - The
AutoRedeemingStrategy
automatically sends an acknowledged ticket for redemption once encountered. The strategy does not await the result of the redemption. - Auto
Redeeming Strategy Config - Configuration object for the
AutoRedeemingStrategy