X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FRoutingFees.ts;h=494a0fb1ee5a7f86313691471f0a1a7c62fda7c0;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=8d62e3f3617a5341c4fc9f2c18e57bfc893e2eb8;hpb=b0c50b891cbca28d3bd1d86276c132ff5221d8e4;p=ldk-java diff --git a/ts/structs/RoutingFees.ts b/ts/structs/RoutingFees.ts index 8d62e3f3..494a0fb1 100644 --- a/ts/structs/RoutingFees.ts +++ b/ts/structs/RoutingFees.ts @@ -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;