[C#] Update auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / structs / MaxDustHTLCExposure.cs
index 93491a4efc984889880356086deb2e7c1897ce5c..3cc67b3107010e53407606be5a25aafc4032754a 100644 (file)
@@ -100,16 +100,18 @@ public class MaxDustHTLCExposure : CommonBase {
         * Serialize the MaxDustHTLCExposure object into a byte array which can be read by MaxDustHTLCExposure_read
         */
        public byte[] write() {
-               byte[] ret = bindings.MaxDustHTLCExposure_write(this.ptr);
+               long ret = bindings.MaxDustHTLCExposure_write(this.ptr);
                GC.KeepAlive(this);
-               return ret;
+               if (ret >= 0 && ret <= 4096) { return null; }
+               byte[] ret_conv = InternalUtils.decodeUint8Array(ret);
+               return ret_conv;
        }
 
        /**
         * Read a MaxDustHTLCExposure from a byte array, created by MaxDustHTLCExposure_write
         */
        public static Result_MaxDustHTLCExposureDecodeErrorZ read(byte[] ser) {
-               long ret = bindings.MaxDustHTLCExposure_read(ser);
+               long ret = bindings.MaxDustHTLCExposure_read(InternalUtils.encodeUint8Array(ser));
                GC.KeepAlive(ser);
                if (ret >= 0 && ret <= 4096) { return null; }
                Result_MaxDustHTLCExposureDecodeErrorZ ret_hu_conv = Result_MaxDustHTLCExposureDecodeErrorZ.constr_from_ptr(ret);