Update auto-generated bindings to 0.0.101
[ldk-java] / ts / structs / NodeFeatures.ts
index d1427d1a20d5fcd4db84906545b19ba502705368..d65e11e3f445eac9e5a34117eb60a940f1421d60 100644 (file)
@@ -45,6 +45,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public boolean requires_unknown_bits() {
+               boolean ret = bindings.NodeFeatures_requires_unknown_bits(this.ptr);
+               return ret;
+       }
+
        public boolean supports_payment_secret() {
                boolean ret = bindings.NodeFeatures_supports_payment_secret(this.ptr);
                return ret;