Watchers

class Watchers(latestTxId: TxId, latestSourceMsgId: MessageId, externalSourceToken: ExternalSourceToken? = null)

Constructors

Link copied to clipboard
constructor(latestTxId: TxId, latestSourceMsgId: MessageId, externalSourceToken: ExternalSourceToken? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun awaitSource(srcMsgId: MessageId)
Link copied to clipboard
suspend fun awaitTx(txId: TxId): TransactionResult?
Link copied to clipboard
fun notifyError(exception: Throwable)
Link copied to clipboard
fun notifyMsg(srcMsgId: MessageId)
Link copied to clipboard
fun notifyTx(result: TransactionResult, srcMsgId: MessageId, externalSourceToken: ExternalSourceToken?)
Link copied to clipboard
open override fun toString(): String