aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-20 10:09:22 +0100
committerMS <ms@taler.net>2023-11-20 10:09:22 +0100
commitf7f27478b3c642b2f66943ab82427ae0b4d55098 (patch)
tree647a6442fae2159cd349b99bfb3816892d5579fc
parent01461521ac32e94db19a4b5dd7ca7aee0a13e1dd (diff)
downloadlibeufin-f7f27478b3c642b2f66943ab82427ae0b4d55098.tar.gz
libeufin-f7f27478b3c642b2f66943ab82427ae0b4d55098.tar.bz2
libeufin-f7f27478b3c642b2f66943ab82427ae0b4d55098.zip
comment
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt
index 10ec9f8c..7b6411b7 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Database.kt
@@ -9,6 +9,8 @@ import java.sql.PreparedStatement
import java.sql.SQLException
import java.time.Instant
+// Remove this once TalerAmount from the bank
+// module gets moved to the 'util' module.
data class TalerAmount(
val value: Long,
val fraction: Int, // has at most 8 digits.