TransactionHelper
class TransactionHelper
Functions
Link copied to clipboard
suspend fun isNewTransaction(message: TransactionMessage, source: Address, destination: MeshAddress): Boolean
Checks whether the given Transaction Message was sent as a new transaction or is part of the previously started transaction.
Link copied to clipboard
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.