tuweni / org.apache.tuweni.scuttlebutt.lib.model / FeedValue / <init>

<init>

FeedValue(previous: String, author: Author, sequence: Long, timestamp: Long, hash: String, content: JsonNode)

Parameters

previous - the ID of the previous message on the append only feed, prior to this one

author - the author of the posted message

sequence - the sequence number of this message

timestamp - the time the client asserts that the message was posted at

hash - the hash type of the message

content - the content of the message