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 - String!: the ID of the previous message on the append only feed, prior to this one

author - Author!: the author of the posted message

sequence - Long: the sequence number of this message

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

hash - String!: the hash type of the message

content - JsonNode!: the content of the message