Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Currency.java
index a7f118330c63661da5d7e7acb401b7c8df6d4dea..67ed429b6472232a94997441408ca88407873b2f 100644 (file)
@@ -4,10 +4,25 @@ package org.ldk.enums;
  * Enum representing the crypto currencies (or networks) supported by this library
  */
 public enum Currency {
+       /**
+        * Bitcoin mainnet
+        */
        LDKCurrency_Bitcoin,
+       /**
+        * Bitcoin testnet
+        */
        LDKCurrency_BitcoinTestnet,
+       /**
+        * Bitcoin regtest
+        */
        LDKCurrency_Regtest,
+       /**
+        * Bitcoin simnet
+        */
        LDKCurrency_Simnet,
+       /**
+        * Bitcoin signet
+        */
        LDKCurrency_Signet,
        ; static native void init();
        static { init(); }