X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=ts%2Fstructs%2FResult_LockedChannelMonitorNoneZ.mts;h=8479b2609263d1212a7cbf3bac8fbe7f9daace1b;hp=e48035854c8b8e553c2ec344f44a68f5e35ffe8b;hb=c629a01650402c8e2f9b9db8ced9ed63ce687727;hpb=d1d0121c000b713c10fd0bedd249eb8dda2e4db7 diff --git a/ts/structs/Result_LockedChannelMonitorNoneZ.mts b/ts/structs/Result_LockedChannelMonitorNoneZ.mts index e4803585..8479b260 100644 --- a/ts/structs/Result_LockedChannelMonitorNoneZ.mts +++ b/ts/structs/Result_LockedChannelMonitorNoneZ.mts @@ -294,6 +294,9 @@ export class Result_LockedChannelMonitorNoneZ extends CommonBase { return new Result_LockedChannelMonitorNoneZ_Err(null, ptr); } } + /** + * Creates a new CResult_LockedChannelMonitorNoneZ in the success state. + */ public static constructor_ok(o: LockedChannelMonitor): Result_LockedChannelMonitorNoneZ { const ret: number = bindings.CResult_LockedChannelMonitorNoneZ_ok(o == null ? 0 : CommonBase.get_ptr_of(o) & ~1); const ret_hu_conv: Result_LockedChannelMonitorNoneZ = Result_LockedChannelMonitorNoneZ.constr_from_ptr(ret); @@ -309,12 +312,18 @@ export class Result_LockedChannelMonitorNoneZ extends CommonBase { return ret_hu_conv; } + /** + * Creates a new CResult_LockedChannelMonitorNoneZ in the error state. + */ public static constructor_err(): Result_LockedChannelMonitorNoneZ { const ret: number = bindings.CResult_LockedChannelMonitorNoneZ_err(); const ret_hu_conv: Result_LockedChannelMonitorNoneZ = Result_LockedChannelMonitorNoneZ.constr_from_ptr(ret); return ret_hu_conv; } + /** + * Checks if the given object is currently in the success state + */ public is_ok(): boolean { const ret: boolean = bindings.CResult_LockedChannelMonitorNoneZ_is_ok(this.ptr); return ret;