[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Currency.java
index a7f118330c63661da5d7e7acb401b7c8df6d4dea..4c57527ee9226d81e61c7b6b25ac91a4659f0f68 100644 (file)
@@ -4,11 +4,26 @@ 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(); }
+       static { org.ldk.impl.bindings.run_statics(); init(); }
 }
\ No newline at end of file