At the moment, type hints has been mainly introduced in eko.io, and inconsistently here and there in other places.
We should consistently define and use types, as a starting point we should better distribute types that are common to the whole package, lifting a huge part of eko.io.types to eko.types.
This will be also helpful for #178
First discussed in #172 (comment)
At the moment, type hints has been mainly introduced in
eko.io, and inconsistently here and there in other places.We should consistently define and use types, as a starting point we should better distribute types that are common to the whole package, lifting a huge part of
eko.io.typestoeko.types.This will be also helpful for #178
First discussed in #172 (comment)