Takes the data published by peers on a topic and transforms the data. Should be the reverse of outboundTransform(). Example:
inboundTransform()
outboundTransform()
Takes the data to be published (a topic and associated data) transforms the data. The transformed data will then be used to create a RawGossipsubMessage to be sent to peers.
RawGossipsubMessage
Takes the data published by peers on a topic and transforms the data. Should be the reverse of outboundTransform(). Example:
inboundTransform()
: decompress snappy payloadoutboundTransform()
: compress snappy payload