X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FNodeFeatures.ts;h=f9a4c13afe3505c777ac104fc8ce07fc8ca41333;hb=1854b5cebef22ace9e9e4dd191f609818df9ce08;hp=d65e11e3f445eac9e5a34117eb60a940f1421d60;hpb=a7653cf8717b1f9df4d3f4c4bd0b1f50f3bbc230;p=ldk-java diff --git a/ts/structs/NodeFeatures.ts b/ts/structs/NodeFeatures.ts index d65e11e3..f9a4c13a 100644 --- a/ts/structs/NodeFeatures.ts +++ b/ts/structs/NodeFeatures.ts @@ -24,6 +24,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret; } + public number clone_ptr() { + number ret = bindings.NodeFeatures_clone_ptr(this.ptr); + return ret; + } + public NodeFeatures clone() { number ret = bindings.NodeFeatures_clone(this.ptr); const ret_hu_conv: NodeFeatures = new NodeFeatures(null, ret); @@ -50,11 +55,6 @@ import * as bindings from '../bindings' // TODO: figure out location return ret; } - public boolean supports_payment_secret() { - boolean ret = bindings.NodeFeatures_supports_payment_secret(this.ptr); - return ret; - } - public Uint8Array write() { Uint8Array ret = bindings.NodeFeatures_write(this.ptr); return ret;