[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / OnionMessagePath.java
index 758a784f5d9d5b5cbe206613360f44e3681074e9..6aa48fdfaaefb52aa83111f2a697b7e1b09e52ad 100644 (file)
@@ -128,7 +128,10 @@ public class OnionMessagePath extends CommonBase {
 
        /**
         * Returns the first node in the path.
+        * 
+        * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
+       @Nullable
        public byte[] first_node() {
                byte[] ret = bindings.OnionMessagePath_first_node(this.ptr);
                Reference.reachabilityFence(this);