Update auto-generated bindings
[ldk-java] / ts / structs / RoutingFees.ts
index 8d62e3f3617a5341c4fc9f2c18e57bfc893e2eb8..494a0fb1ee5a7f86313691471f0a1a7c62fda7c0 100644 (file)
@@ -49,6 +49,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.RoutingFees_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public RoutingFees clone() {
                number ret = bindings.RoutingFees_clone(this.ptr);
                const ret_hu_conv: RoutingFees = new RoutingFees(null, ret);
@@ -56,6 +61,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public number hash() {
+               number ret = bindings.RoutingFees_hash(this.ptr);
+               return ret;
+       }
+
        public Uint8Array write() {
                Uint8Array ret = bindings.RoutingFees_write(this.ptr);
                return ret;