Convert slices - requires some machinery to call Release, but otherwise not bad
[ldk-java] / src / main / java / org / ldk / structs / UpdateFulfillHTLC.java
index 9202a97e8578e9e86778b7759308e065ee4f6b83..3db67761bcc39f60369167d8dec6fefec053ce31 100644 (file)
@@ -53,5 +53,8 @@ public class UpdateFulfillHTLC extends CommonBase {
        }
 
        // Skipped UpdateFulfillHTLC_write
-       // Skipped UpdateFulfillHTLC_read
+       public UpdateFulfillHTLC(byte[] ser) {
+               super(bindings.UpdateFulfillHTLC_read(ser));
+       }
+
 }