Update auto-updated Java files
[ldk-java] / ts / structs / DirectedChannelTransactionParameters.ts
index 77c53071f498dc81f45ea5840bffcff4c4518842..dfc9e696b9cb313c4d98aadf671f3c461194089f 100644 (file)
@@ -49,4 +49,9 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public boolean opt_anchors() {
+               boolean ret = bindings.DirectedChannelTransactionParameters_opt_anchors(this.ptr);
+               return ret;
+       }
+
 }