[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / TxOut.mts
index 55c7b272022ac532643474a9e252569318b9b550..ece06ecb69ef57a21fe3936990e4baa5440b2463 100644 (file)
@@ -362,7 +362,7 @@ export class TxOut extends CommonBase {
        public value: bigint;
 
        /* @internal */
-       public constructor(_dummy: object, ptr: number) {
+       public constructor(_dummy: object, ptr: bigint) {
                super(ptr, bindings.TxOut_free);
                this.script_pubkey = bindings.decodeUint8Array(bindings.TxOut_get_script_pubkey(ptr));
                this.value = bindings.TxOut_get_value(ptr);