commonMain.fr.acinq.lightning.db.Databases.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.db
interface Databases {
val channels: ChannelsDb
val payments: PaymentsDb
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy