Update auto-generated bindings
[ldk-java] / ts / structs / Balance.ts
index c7ff0db9a81ef668277ca631e96f903ab1cb97dc..c76978e049500f651fafb6ee18f1a061d177504a 100644 (file)
@@ -60,6 +60,11 @@ export class MaybeClaimableHTLCAwaitingTimeout extends Balance {
                this.claimable_height = obj.claimable_height;
        }
 }
+       public number clone_ptr() {
+               number ret = bindings.Balance_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public Balance clone() {
                number ret = bindings.Balance_clone(this.ptr);
                Balance ret_hu_conv = Balance.constr_from_ptr(ret);