Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Currency.java
diff --git a/src/main/java/org/ldk/enums/Currency.java b/src/main/java/org/ldk/enums/Currency.java
new file mode 100644 (file)
index 0000000..a7f1183
--- /dev/null
@@ -0,0 +1,14 @@
+package org.ldk.enums;
+
+/**
+ * Enum representing the crypto currencies (or networks) supported by this library
+ */
+public enum Currency {
+       LDKCurrency_Bitcoin,
+       LDKCurrency_BitcoinTestnet,
+       LDKCurrency_Regtest,
+       LDKCurrency_Simnet,
+       LDKCurrency_Signet,
+       ; static native void init();
+       static { init(); }
+}
\ No newline at end of file