isTransactionContinuation

suspend fun isTransactionContinuation(message: TransactionMessage, source: Address, destination: MeshAddress): Boolean

Checks whether the given Transaction Message was sent as a continuation of the previous transaction.

Return

True, if the message continues the last transaction; false otherwise.

Parameters

message

Received message.

source

Source Unicast Address.

destination

destination address.