All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.fr.acinq.lightning.blockchain.IWatcher.kt Maven / Gradle / Ivy

There is a newer version: 1.8.4
Show newest version
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