Properly set CVec_u8Z to a byte[] which adds a ton more fn's
[ldk-java] / src / main / java / org / ldk / structs / NodeInfo.java
index 4812f2f36160ba77c9e30d9a48b70e91b0564051..7d797e15390516415522e0a341157241e537ac09 100644 (file)
@@ -32,7 +32,12 @@ public class NodeInfo extends CommonBase {
 
        // Skipped NodeInfo_set_announcement_info
        // Skipped NodeInfo_new
-       // Skipped NodeInfo_write
+       public byte[] write(NodeInfo obj) {
+               byte[] ret = bindings.NodeInfo_write(obj == null ? 0 : obj.ptr & ~1);
+               this.ptrs_to.add(obj);
+               return ret;
+       }
+
        public NodeInfo(byte[] ser) {
                super(bindings.NodeInfo_read(ser));
        }