Update auto-generated bindings
[ldk-java] / ts / enums / ConfirmationTarget.ts
index 55a06099c63d2732f3029eb386aadf6dac4e7458..25afe79709ce9da0841b31642893f54e663f7cfd 100644 (file)
@@ -1,7 +1,16 @@
 
             export enum ConfirmationTarget {
-                LDKConfirmationTarget_Background,
-                               LDKConfirmationTarget_Normal,
-                               LDKConfirmationTarget_HighPriority,
+                /**
+ * 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,
                                
             }