isNewTransaction

open fun isNewTransaction(previousTid: UByte, timestamp: Instant): Boolean

Checks whether this message is a continuation of another transaction message sent before at the given timestamp

Return

true if the message is a continuation of the previous message.

Parameters

previousTid

Transaction Identifier of the previous message.

timestamp

Timestamp of the previous message.