[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / CommitmentUpdate.cs
index f96c63f2ccf683b1bf79268db90e1a0bd85436a4..58f44e2f2afedecc5d1a0472b9650d1f9ef85096 100644 (file)
@@ -7,7 +7,7 @@ namespace org { namespace ldk { namespace structs {
 
 
 /**
- * Struct used to return values from revoke_and_ack messages, containing a bunch of commitment
+ * Struct used to return values from [`RevokeAndACK`] messages, containing a bunch of commitment
  * transaction updates if they were pending.
  */
 public class CommitmentUpdate : CommonBase {
@@ -17,7 +17,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_add_htlc messages which should be sent
+        * `update_add_htlc` messages which should be sent
         */
        public UpdateAddHTLC[] get_update_add_htlcs() {
                long[] ret = bindings.CommitmentUpdate_get_update_add_htlcs(this.ptr);
@@ -34,7 +34,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_add_htlc messages which should be sent
+        * `update_add_htlc` messages which should be sent
         */
        public void set_update_add_htlcs(UpdateAddHTLC[] val) {
                bindings.CommitmentUpdate_set_update_add_htlcs(this.ptr, val != null ? InternalUtils.mapArray(val, val_conv_15 => val_conv_15 == null ? 0 : val_conv_15.ptr) : null);
@@ -44,7 +44,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fulfill_htlc messages which should be sent
+        * `update_fulfill_htlc` messages which should be sent
         */
        public UpdateFulfillHTLC[] get_update_fulfill_htlcs() {
                long[] ret = bindings.CommitmentUpdate_get_update_fulfill_htlcs(this.ptr);
@@ -61,7 +61,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fulfill_htlc messages which should be sent
+        * `update_fulfill_htlc` messages which should be sent
         */
        public void set_update_fulfill_htlcs(UpdateFulfillHTLC[] val) {
                bindings.CommitmentUpdate_set_update_fulfill_htlcs(this.ptr, val != null ? InternalUtils.mapArray(val, val_conv_19 => val_conv_19 == null ? 0 : val_conv_19.ptr) : null);
@@ -71,7 +71,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fail_htlc messages which should be sent
+        * `update_fail_htlc` messages which should be sent
         */
        public UpdateFailHTLC[] get_update_fail_htlcs() {
                long[] ret = bindings.CommitmentUpdate_get_update_fail_htlcs(this.ptr);
@@ -88,7 +88,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fail_htlc messages which should be sent
+        * `update_fail_htlc` messages which should be sent
         */
        public void set_update_fail_htlcs(UpdateFailHTLC[] val) {
                bindings.CommitmentUpdate_set_update_fail_htlcs(this.ptr, val != null ? InternalUtils.mapArray(val, val_conv_16 => val_conv_16 == null ? 0 : val_conv_16.ptr) : null);
@@ -98,7 +98,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fail_malformed_htlc messages which should be sent
+        * `update_fail_malformed_htlc` messages which should be sent
         */
        public UpdateFailMalformedHTLC[] get_update_fail_malformed_htlcs() {
                long[] ret = bindings.CommitmentUpdate_get_update_fail_malformed_htlcs(this.ptr);
@@ -115,7 +115,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * update_fail_malformed_htlc messages which should be sent
+        * `update_fail_malformed_htlc` messages which should be sent
         */
        public void set_update_fail_malformed_htlcs(UpdateFailMalformedHTLC[] val) {
                bindings.CommitmentUpdate_set_update_fail_malformed_htlcs(this.ptr, val != null ? InternalUtils.mapArray(val, val_conv_25 => val_conv_25 == null ? 0 : val_conv_25.ptr) : null);
@@ -125,7 +125,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * An update_fee message which should be sent
+        * An `update_fee` message which should be sent
         * 
         * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
@@ -139,7 +139,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * An update_fee message which should be sent
+        * An `update_fee` message which should be sent
         * 
         * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
@@ -151,7 +151,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * Finally, the commitment_signed message which should be sent
+        * A `commitment_signed` message which should be sent
         */
        public CommitmentSigned get_commitment_signed() {
                long ret = bindings.CommitmentUpdate_get_commitment_signed(this.ptr);
@@ -163,7 +163,7 @@ public class CommitmentUpdate : CommonBase {
        }
 
        /**
-        * Finally, the commitment_signed message which should be sent
+        * A `commitment_signed` message which should be sent
         */
        public void set_commitment_signed(org.ldk.structs.CommitmentSigned val) {
                bindings.CommitmentUpdate_set_commitment_signed(this.ptr, val == null ? 0 : val.ptr);