X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FTwoTuple_TxidCOption_BlockHashZZ.cs;fp=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FTwoTuple_TxidCOption_BlockHashZZ.cs;h=0000000000000000000000000000000000000000;hb=8de7213fbf663ff60322896282dad51e8ab2f001;hp=7e92273f38a44837f8b5b6a4d38ae39eafe035e3;hpb=afc50e5d491a11364849383b75a8f939df703bac;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/TwoTuple_TxidCOption_BlockHashZZ.cs b/c_sharp/src/org/ldk/structs/TwoTuple_TxidCOption_BlockHashZZ.cs deleted file mode 100644 index 7e92273f..00000000 --- a/c_sharp/src/org/ldk/structs/TwoTuple_TxidCOption_BlockHashZZ.cs +++ /dev/null @@ -1,73 +0,0 @@ -using org.ldk.impl; -using org.ldk.enums; -using org.ldk.util; -using System; - -namespace org { namespace ldk { namespace structs { - - -/** - * A Tuple - */ -public class TwoTuple_TxidCOption_BlockHashZZ : CommonBase { - internal TwoTuple_TxidCOption_BlockHashZZ(object _dummy, long ptr) : base(ptr) { } - ~TwoTuple_TxidCOption_BlockHashZZ() { - if (ptr != 0) { bindings.C2Tuple_TxidCOption_BlockHashZZ_free(ptr); } - } - - /** - * - */ - public byte[] get_a() { - byte[] ret = bindings.C2Tuple_TxidCOption_BlockHashZZ_get_a(this.ptr); - GC.KeepAlive(this); - return ret; - } - - /** - * - */ - public Option_BlockHashZ get_b() { - long ret = bindings.C2Tuple_TxidCOption_BlockHashZZ_get_b(this.ptr); - GC.KeepAlive(this); - if (ret >= 0 && ret <= 4096) { return null; } - org.ldk.structs.Option_BlockHashZ ret_hu_conv = org.ldk.structs.Option_BlockHashZ.constr_from_ptr(ret); - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); }; - return ret_hu_conv; - } - - internal long clone_ptr() { - long ret = bindings.C2Tuple_TxidCOption_BlockHashZZ_clone_ptr(this.ptr); - GC.KeepAlive(this); - return ret; - } - - /** - * Creates a new tuple which has the same data as `orig` - * but with all dynamically-allocated buffers duplicated in new buffers. - */ - public TwoTuple_TxidCOption_BlockHashZZ clone() { - long ret = bindings.C2Tuple_TxidCOption_BlockHashZZ_clone(this.ptr); - GC.KeepAlive(this); - if (ret >= 0 && ret <= 4096) { return null; } - TwoTuple_TxidCOption_BlockHashZZ ret_hu_conv = new TwoTuple_TxidCOption_BlockHashZZ(null, ret); - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); }; - return ret_hu_conv; - } - - /** - * Creates a new C2Tuple_TxidCOption_BlockHashZZ from the contained elements. - */ - public static TwoTuple_TxidCOption_BlockHashZZ of(byte[] a, org.ldk.structs.Option_BlockHashZ b) { - long ret = bindings.C2Tuple_TxidCOption_BlockHashZZ_new(InternalUtils.check_arr_len(a, 32), b.ptr); - GC.KeepAlive(a); - GC.KeepAlive(b); - if (ret >= 0 && ret <= 4096) { return null; } - TwoTuple_TxidCOption_BlockHashZZ ret_hu_conv = new TwoTuple_TxidCOption_BlockHashZZ(null, ret); - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(ret_hu_conv); }; - if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(b); }; - return ret_hu_conv; - } - -} -} } }