frequency
frequency copied to clipboard
[Feature]: Modify Check stale hash to use the same pattern as capacity calls
Feature Description
Details
Currently we are not using any generics in StaleHashCheckExtension
. To make it more generic just like other signed extensions we can take a look at CapacityEligibleCalls and try to refactor it using the same pattern.