Update type listing for LDK 0.0.117 bindings and support doubles
[ldk-java] / csharp_strings.py
index ac686bccf1727786aacc13ee16649c3d964a559e..b5f816edea8b9771f9f48a32ae73efd0440d6f41 100644 (file)
@@ -16,6 +16,7 @@ class Consts:
             uint32_t = ['int'],
             uint64_t = ['long'],
             int64_t = ['long'],
+            double = ['double'],
         )
         self.java_type_map = dict(
             String = "string"