maybe something similar to `mutex.withLock{}`? so something like: ```kotlin ChannelAccounts.withChannel{ channel -> transaction(source,network){ PaymentOperation(...) } } ``` maybe just make a tx and it would automatically sign and submit it with the channel?
maybe something similar to
mutex.withLock{}?so something like:
maybe just make a tx and it would automatically sign and submit it with the channel?