[TS] Update auto-generated TypeScript Bindings
[ldk-java] / ts / structs / TwoTuple_u32TxOutZ.mts
index 0746c1a312f2e96b3627b8577cbee9be7a4698bb..2c5c7a7a17bd43cb8896fb0424d1efca76b024f1 100644 (file)
@@ -281,17 +281,26 @@ import CommonBase from './CommonBase.mjs';
 import * as bindings from '../bindings.mjs'
 
 
+/**
+ * A Tuple
+ */
 export class TwoTuple_u32TxOutZ extends CommonBase {
        /* @internal */
        public constructor(_dummy: object, ptr: number) {
                super(ptr, bindings.C2Tuple_u32TxOutZ_free);
        }
 
+       /**
+        * 
+        */
        public get_a(): number {
                const ret: number = bindings.C2Tuple_u32TxOutZ_get_a(this.ptr);
                return ret;
        }
 
+       /**
+        * 
+        */
        public get_b(): TxOut {
                const ret: number = bindings.C2Tuple_u32TxOutZ_get_b(this.ptr);
                const ret_conv: TxOut = new TxOut(null, ret);
@@ -303,6 +312,10 @@ export class TwoTuple_u32TxOutZ extends CommonBase {
                return ret;
        }
 
+       /**
+        * Creates a new tuple which has the same data as `orig`
+        * but with all dynamically-allocated buffers duplicated in new buffers.
+        */
        public clone(): TwoTuple_u32TxOutZ {
                const ret: number = bindings.C2Tuple_u32TxOutZ_clone(this.ptr);
                const ret_hu_conv: TwoTuple_u32TxOutZ = new TwoTuple_u32TxOutZ(null, ret);
@@ -310,6 +323,9 @@ export class TwoTuple_u32TxOutZ extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Creates a new C2Tuple_u32TxOutZ from the contained elements.
+        */
        public static constructor_new(a: number, b: TxOut): TwoTuple_u32TxOutZ {
                const ret: number = bindings.C2Tuple_u32TxOutZ_new(a, CommonBase.get_ptr_of(b));
                const ret_hu_conv: TwoTuple_u32TxOutZ = new TwoTuple_u32TxOutZ(null, ret);