commonMain.fr.acinq.lightning.blockchain.IWatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightning-kmp-jvm Show documentation
Show all versions of lightning-kmp-jvm Show documentation
A Kotlin Multiplatform implementation of the Lightning Network
package fr.acinq.lightning.blockchain
import fr.acinq.bitcoin.Transaction
import fr.acinq.lightning.blockchain.electrum.IElectrumClient
import kotlinx.coroutines.flow.Flow
interface IWatcher {
fun openWatchNotificationsFlow(): Flow
suspend fun watch(watch: Watch)
suspend fun publish(tx: Transaction)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy