[TS] Update auto-generated bindings with changes + upstream changes
[ldk-java] / ts / structs / TxOut.mts
index 723504c4bee68a205b4a4a10c0b1f15d61aaef79..55c7b272022ac532643474a9e252569318b9b550 100644 (file)
@@ -367,7 +367,7 @@ export class TxOut extends CommonBase {
                this.script_pubkey = bindings.decodeUint8Array(bindings.TxOut_get_script_pubkey(ptr));
                this.value = bindings.TxOut_get_value(ptr);
        }
-       public constructor_new(value: bigint, script_pubkey: Uint8Array): TxOut {
+       public static constructor_new(value: bigint, script_pubkey: Uint8Array): TxOut {
                return new TxOut(null, bindings.TxOut_new(bindings.encodeUint8Array(script_pubkey), value));
        }
 }
\ No newline at end of file