Problem / Description
For Send API that is part of Waku API to work we need a way to setup subscription when message is getting sent so that we could detect Filter and Store message loss.
For this Encoder is not sufficient.
Solution
We should introduce new entity instead of Encoder and Decoder that will combine their functionality and can be used in Filter and LightPush at the same time.