[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mts
index 95c890d276296e65d8630bf700ce9fc134e2b4d5..11d1aadbef1c7574084b2e8455728460ce63cfde 100644 (file)
@@ -358,11 +358,11 @@ import * as bindings from '../bindings.mjs'
 
 
 export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ extends CommonBase {
-       protected constructor(_dummy: object, ptr: number) {
+       protected constructor(_dummy: object, ptr: bigint) {
                super(ptr, bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_free);
        }
        /* @internal */
-       public static constr_from_ptr(ptr: number): Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
+       public static constr_from_ptr(ptr: bigint): Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
                if (bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_is_ok(ptr)) {
                        return new Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_OK(null, ptr);
                } else {
@@ -373,7 +373,7 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ extends CommonBase {
         * Creates a new CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ in the success state.
         */
        public static constructor_ok(o: TwoTuple_PaymentHashPaymentSecretZ): Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
-               const ret: number = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_ok(o != null ? CommonBase.get_ptr_of(o) : 0);
+               const ret: bigint = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_ok(o != null ? CommonBase.get_ptr_of(o) : 0n);
                const ret_hu_conv: Result_C2Tuple_PaymentHashPaymentSecretZNoneZ = Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
@@ -382,7 +382,7 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ extends CommonBase {
         * Creates a new CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ in the error state.
         */
        public static constructor_err(): Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
-               const ret: number = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_err();
+               const ret: bigint = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_err();
                const ret_hu_conv: Result_C2Tuple_PaymentHashPaymentSecretZNoneZ = Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
@@ -395,8 +395,8 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ extends CommonBase {
                return ret;
        }
 
-       public clone_ptr(): number {
-               const ret: number = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone_ptr(this.ptr);
+       public clone_ptr(): bigint {
+               const ret: bigint = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone_ptr(this.ptr);
                return ret;
        }
 
@@ -405,7 +405,7 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ extends CommonBase {
         * but with all dynamically-allocated buffers duplicated in new buffers.
         */
        public clone(): Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
-               const ret: number = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone(this.ptr);
+               const ret: bigint = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_clone(this.ptr);
                const ret_hu_conv: Result_C2Tuple_PaymentHashPaymentSecretZNoneZ = Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
@@ -415,9 +415,9 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_OK extends Result_C2T
        public res: TwoTuple_PaymentHashPaymentSecretZ;
 
        /* @internal */
-       public constructor(_dummy: object, ptr: number) {
+       public constructor(_dummy: object, ptr: bigint) {
                super(_dummy, ptr);
-               const res: number = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_get_ok(ptr);
+               const res: bigint = bindings.CResult_C2Tuple_PaymentHashPaymentSecretZNoneZ_get_ok(ptr);
                const res_hu_conv: TwoTuple_PaymentHashPaymentSecretZ = new TwoTuple_PaymentHashPaymentSecretZ(null, res);
                CommonBase.add_ref_from(res_hu_conv, this);
                this.res = res_hu_conv;
@@ -426,7 +426,7 @@ export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_OK extends Result_C2T
 export class Result_C2Tuple_PaymentHashPaymentSecretZNoneZ_Err extends Result_C2Tuple_PaymentHashPaymentSecretZNoneZ {
 
        /* @internal */
-       public constructor(_dummy: object, ptr: number) {
+       public constructor(_dummy: object, ptr: bigint) {
                super(_dummy, ptr);
        }
 }
\ No newline at end of file