Merge pull request #139 from TheBlueMatt/main
[ldk-java] / c_sharp / src / org / ldk / structs / RawDataPart.cs
index ce0130b94fdba89f5ea5b2ed863959581bd2e13a..681dde88a7e9063814676d1356c872dfc4fe6b22 100644 (file)
@@ -7,7 +7,7 @@ namespace org { namespace ldk { namespace structs {
 
 
 /**
- * Data of the `RawInvoice` that is encoded in the data part
+ * Data of the [`RawBolt11Invoice`] that is encoded in the data part
  */
 public class RawDataPart : CommonBase {
        internal RawDataPart(object _dummy, long ptr) : base(ptr) { }
@@ -73,7 +73,7 @@ public class RawDataPart : CommonBase {
        }
 
        /**
-        * Checks if two RawDataParts contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the RawDataPart.
         */
        public long hash() {
                long ret = bindings.RawDataPart_hash(this.ptr);