Creates an encoder that encode messages without Waku level encryption or signature.
An encoder is used to encode messages in the 14/WAKU2-MESSAGE
format to be sent over the Waku network. The resulting encoder can then be
pass to @waku/interfaces!ISender.send to automatically encode outgoing
messages.
Note that a routing info may be tied to a given content topic, this is not checked by the encoder.
Creates an encoder that encode messages without Waku level encryption or signature.
An encoder is used to encode messages in the 14/WAKU2-MESSAGE format to be sent over the Waku network. The resulting encoder can then be pass to @waku/interfaces!ISender.send to automatically encode outgoing messages.
Note that a routing info may be tied to a given content topic, this is not checked by the encoder.