X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FMonitorUpdateId.mts;h=9ce999c4441cad51f11a5422048a2701723630d0;hb=7d372e434499e36b8be0d090ef733a03650dec6e;hp=7ed27f2762f4300303177550471ae57fb7becaf1;hpb=2a65456aa0b540060dcf3ca707a54dc98cc3f38a;p=ldk-java 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; }