Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Currency.java
1 package org.ldk.enums;
2
3 /**
4  * Enum representing the crypto currencies (or networks) supported by this library
5  */
6 public enum Currency {
7         LDKCurrency_Bitcoin,
8         LDKCurrency_BitcoinTestnet,
9         LDKCurrency_Regtest,
10         LDKCurrency_Simnet,
11         LDKCurrency_Signet,
12         ; static native void init();
13         static { init(); }
14 }