X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=ts%2Fstructs%2FMonitorUpdateId.mts;h=9ce999c4441cad51f11a5422048a2701723630d0;hp=7ed27f2762f4300303177550471ae57fb7becaf1;hb=7d372e434499e36b8be0d090ef733a03650dec6e;hpb=d87886bb194886ef86d3597a5cdc142b6ccc89e9 diff --git a/ts/structs/MonitorUpdateId.mts b/ts/structs/MonitorUpdateId.mts index 7ed27f27..9ce999c4 100644 --- a/ts/structs/MonitorUpdateId.mts +++ b/ts/structs/MonitorUpdateId.mts @@ -279,7 +279,6 @@ import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScor import CommonBase from './CommonBase.mjs'; import * as bindings from '../bindings.mjs' -import * as InternalUtils from '../InternalUtils.mjs' export class MonitorUpdateId extends CommonBase { @@ -300,8 +299,8 @@ export class MonitorUpdateId extends CommonBase { return ret_hu_conv; } - public hash(): number { - const ret: number = bindings.MonitorUpdateId_hash(this.ptr); + public hash(): bigint { + const ret: bigint = bindings.MonitorUpdateId_hash(this.ptr); return ret; }