X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FInvoiceFeatures.ts;h=e68a62c1e37acd5a0f74f3b8aef0cda91d7cf726;hb=5b51b5128856c7cb273b95297aa26fca21c4796d;hp=0214501714b94f4eb8c19aac7566e50e61f6fff0;hpb=b0c50b891cbca28d3bd1d86276c132ff5221d8e4;p=ldk-java diff --git a/ts/structs/InvoiceFeatures.ts b/ts/structs/InvoiceFeatures.ts index 02145017..e68a62c1 100644 --- a/ts/structs/InvoiceFeatures.ts +++ b/ts/structs/InvoiceFeatures.ts @@ -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.InvoiceFeatures_requires_unknown_bits(this.ptr); + return ret; + } + public boolean supports_payment_secret() { boolean ret = bindings.InvoiceFeatures_supports_payment_secret(this.ptr); return ret;