Currently we have a system where we have methods like: ``` removeStaleValue[value](...) updateNewValue[value](...) ``` this needs to be parameterized. The ValueExtractableSeeds should give us everything we need, because they give us access to the indexes
Currently we have a system where we have methods like:
this needs to be parameterized. The ValueExtractableSeeds should give us everything we need, because they give us access to the indexes