Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / ConfirmationTarget.java
index 3c7cdc4ea449178aa2eda9b428de71e702e6b8cf..bdd116a0f1ff945e66ae2fdfc509962b523e49bd 100644 (file)
@@ -5,8 +5,17 @@ package org.ldk.enums;
  * estimation.
  */
 public enum ConfirmationTarget {
+       /**
+        * We are happy with this transaction confirming slowly when feerate drops some.
+        */
        LDKConfirmationTarget_Background,
+       /**
+        * We'd like this transaction to confirm without major delay, but 12-18 blocks is fine.
+        */
        LDKConfirmationTarget_Normal,
+       /**
+        * We'd like this transaction to confirm in the next few blocks.
+        */
        LDKConfirmationTarget_HighPriority,
        ; static native void init();
        static { init(); }