tuweni / org.apache.tuweni.plumtree / MessageHashing

MessageHashing

interface MessageHashing (source)

Produces an identifiable footprint for a message (generally a hash) that can be passed on to other peers to identify uniquely a message being propagated.

Functions

hash

abstract fun hash(message: Bytes!): Bytes!