X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=ts%2Fstructs%2FResult_NoneNoneZ.mts;h=0b9ea4a695db137e9bf02c4f3cbb53efe8eba2ef;hp=042f4d32a6ee9eba628b96936c8f32c435201b26;hb=c629a01650402c8e2f9b9db8ced9ed63ce687727;hpb=d1d0121c000b713c10fd0bedd249eb8dda2e4db7 diff --git a/ts/structs/Result_NoneNoneZ.mts b/ts/structs/Result_NoneNoneZ.mts index 042f4d32..0b9ea4a6 100644 --- a/ts/structs/Result_NoneNoneZ.mts +++ b/ts/structs/Result_NoneNoneZ.mts @@ -294,18 +294,27 @@ export class Result_NoneNoneZ extends CommonBase { return new Result_NoneNoneZ_Err(null, ptr); } } + /** + * Creates a new CResult_NoneNoneZ in the success state. + */ public static constructor_ok(): Result_NoneNoneZ { const ret: number = bindings.CResult_NoneNoneZ_ok(); const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret); return ret_hu_conv; } + /** + * Creates a new CResult_NoneNoneZ in the error state. + */ public static constructor_err(): Result_NoneNoneZ { const ret: number = bindings.CResult_NoneNoneZ_err(); const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.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_NoneNoneZ_is_ok(this.ptr); return ret; @@ -316,6 +325,10 @@ export class Result_NoneNoneZ extends CommonBase { return ret; } + /** + * Creates a new CResult_NoneNoneZ which has the same data as `orig` + * but with all dynamically-allocated buffers duplicated in new buffers. + */ public clone(): Result_NoneNoneZ { const ret: number = bindings.CResult_NoneNoneZ_clone(this.ptr); const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret);