]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/structs/PositiveTimestamp.java
[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / PositiveTimestamp.java
index 03b0cbd1a08ed8865ecec8d2e3fd59c543b2e0bb..bbb55597c51b96eb6f45484541bc4a955b5a6c65 100644 (file)
@@ -30,7 +30,7 @@ public class PositiveTimestamp extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
-       public boolean eq(PositiveTimestamp b) {
+       public boolean eq(org.ldk.structs.PositiveTimestamp b) {
                boolean ret = bindings.PositiveTimestamp_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
@@ -61,7 +61,7 @@ public class PositiveTimestamp extends CommonBase {
        }
 
        /**
-        * Checks if two PositiveTimestamps contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the PositiveTimestamp.
         */
        public long hash() {
                long ret = bindings.PositiveTimestamp_hash(this.ptr);
@@ -89,6 +89,8 @@ public class PositiveTimestamp extends CommonBase {
         * Creates a `PositiveTimestamp` from a [`SystemTime`] with a corresponding Unix timestamp in
         * the range `0..=MAX_TIMESTAMP`.
         * 
+        * Note that the subsecond part is dropped as it is not representable in BOLT 11 invoices.
+        * 
         * Otherwise, returns a [`CreationError::TimestampOutOfBounds`].
         */
        public static Result_PositiveTimestampCreationErrorZ from_system_time(long time) {
@@ -103,6 +105,8 @@ public class PositiveTimestamp extends CommonBase {
         * Creates a `PositiveTimestamp` from a [`Duration`] since the Unix epoch in the range
         * `0..=MAX_TIMESTAMP`.
         * 
+        * Note that the subsecond part is dropped as it is not representable in BOLT 11 invoices.
+        * 
         * Otherwise, returns a [`CreationError::TimestampOutOfBounds`].
         */
        public static Result_PositiveTimestampCreationErrorZ from_duration_since_epoch(long duration) {