interface ScuttlebuttMessageContent
(source)
Classes that are to be posted to the scuttlebutt feed should implement this interface
abstract fun getType(): String
To be serializable to scuttlebutt, its message content must have a 'type' field. |
open class UpdateNameMessage : ScuttlebuttMessageContent
A message that when persisted to the feed updates the name of the given user |