tuweni / org.apache.tuweni.scuttlebutt.lib.model / UpdateNameMessage

UpdateNameMessage

open class UpdateNameMessage : ScuttlebuttMessageContent (source)

A message that when persisted to the feed updates the name of the given user

Constructors

<init>

UpdateNameMessage()UpdateNameMessage(name: String, about: String)

Properties

name

var name: String

type

var type: String

Functions

getAbout

open fun getAbout(): String

getName

open fun getName(): String

getType

open fun getType(): String