TimestampInfo

data class TimestampInfo(val blockSequenceNumber: Int = 0, val operationSequenceNumber: Int = 0, val blockTimestamp: Timestamp? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Constructors

Link copied to clipboard
constructor(blockSequenceNumber: Int = 0, operationSequenceNumber: Int = 0, blockTimestamp: Timestamp? = null, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<TimestampInfo>

Properties

Link copied to clipboard
Link copied to clipboard
val blockTimestamp: Timestamp? = null
Link copied to clipboard
open override val descriptor: MessageDescriptor<TimestampInfo>
Link copied to clipboard
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun plus(other: Message?): TimestampInfo