[C#] Update auto-generated files
[ldk-java] / c_sharp / src / org / ldk / structs / WatchedOutput.cs
1 using org.ldk.impl;
2 using org.ldk.enums;
3 using org.ldk.util;
4 using System;
5
6 namespace org { namespace ldk { namespace structs {
7
8
9 /**
10  * A transaction output watched by a [`ChannelMonitor`] for spends on-chain.
11  * 
12  * Used to convey to a [`Filter`] such an output with a given spending condition. Any transaction
13  * spending the output must be given to [`ChannelMonitor::block_connected`] either directly or via
14  * [`Confirm::transactions_confirmed`].
15  * 
16  * If `block_hash` is `Some`, this indicates the output was created in the corresponding block and
17  * may have been spent there. See [`Filter::register_output`] for details.
18  * 
19  * [`ChannelMonitor`]: channelmonitor::ChannelMonitor
20  * [`ChannelMonitor::block_connected`]: channelmonitor::ChannelMonitor::block_connected
21  */
22 public class WatchedOutput : CommonBase {
23         internal WatchedOutput(object _dummy, long ptr) : base(ptr) { }
24         ~WatchedOutput() {
25                 if (ptr != 0) { bindings.WatchedOutput_free(ptr); }
26         }
27
28         /**
29          * First block where the transaction output may have been spent.
30          */
31         public Option_BlockHashZ get_block_hash() {
32                 long ret = bindings.WatchedOutput_get_block_hash(this.ptr);
33                 GC.KeepAlive(this);
34                 if (ret >= 0 && ret <= 4096) { return null; }
35                 org.ldk.structs.Option_BlockHashZ ret_hu_conv = org.ldk.structs.Option_BlockHashZ.constr_from_ptr(ret);
36                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); };
37                 return ret_hu_conv;
38         }
39
40         /**
41          * First block where the transaction output may have been spent.
42          */
43         public void set_block_hash(org.ldk.structs.Option_BlockHashZ val) {
44                 bindings.WatchedOutput_set_block_hash(this.ptr, val.ptr);
45                 GC.KeepAlive(this);
46                 GC.KeepAlive(val);
47                 if (this != null) { this.ptrs_to.AddLast(val); };
48         }
49
50         /**
51          * Outpoint identifying the transaction output.
52          */
53         public OutPoint get_outpoint() {
54                 long ret = bindings.WatchedOutput_get_outpoint(this.ptr);
55                 GC.KeepAlive(this);
56                 if (ret >= 0 && ret <= 4096) { return null; }
57                 org.ldk.structs.OutPoint ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.OutPoint(null, ret); }
58                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); };
59                 return ret_hu_conv;
60         }
61
62         /**
63          * Outpoint identifying the transaction output.
64          */
65         public void set_outpoint(org.ldk.structs.OutPoint val) {
66                 bindings.WatchedOutput_set_outpoint(this.ptr, val == null ? 0 : val.ptr);
67                 GC.KeepAlive(this);
68                 GC.KeepAlive(val);
69                 if (this != null) { this.ptrs_to.AddLast(val); };
70         }
71
72         /**
73          * Spending condition of the transaction output.
74          */
75         public byte[] get_script_pubkey() {
76                 byte[] ret = bindings.WatchedOutput_get_script_pubkey(this.ptr);
77                 GC.KeepAlive(this);
78                 return ret;
79         }
80
81         /**
82          * Spending condition of the transaction output.
83          */
84         public void set_script_pubkey(byte[] val) {
85                 bindings.WatchedOutput_set_script_pubkey(this.ptr, val);
86                 GC.KeepAlive(this);
87                 GC.KeepAlive(val);
88         }
89
90         /**
91          * Constructs a new WatchedOutput given each field
92          */
93         public static WatchedOutput of(org.ldk.structs.Option_BlockHashZ block_hash_arg, org.ldk.structs.OutPoint outpoint_arg, byte[] script_pubkey_arg) {
94                 long ret = bindings.WatchedOutput_new(block_hash_arg.ptr, outpoint_arg == null ? 0 : outpoint_arg.ptr, script_pubkey_arg);
95                 GC.KeepAlive(block_hash_arg);
96                 GC.KeepAlive(outpoint_arg);
97                 GC.KeepAlive(script_pubkey_arg);
98                 if (ret >= 0 && ret <= 4096) { return null; }
99                 org.ldk.structs.WatchedOutput ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.WatchedOutput(null, ret); }
100                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(ret_hu_conv); };
101                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(block_hash_arg); };
102                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(outpoint_arg); };
103                 return ret_hu_conv;
104         }
105
106         internal long clone_ptr() {
107                 long ret = bindings.WatchedOutput_clone_ptr(this.ptr);
108                 GC.KeepAlive(this);
109                 return ret;
110         }
111
112         /**
113          * Creates a copy of the WatchedOutput
114          */
115         public WatchedOutput clone() {
116                 long ret = bindings.WatchedOutput_clone(this.ptr);
117                 GC.KeepAlive(this);
118                 if (ret >= 0 && ret <= 4096) { return null; }
119                 org.ldk.structs.WatchedOutput ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.WatchedOutput(null, ret); }
120                 if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.AddLast(this); };
121                 return ret_hu_conv;
122         }
123
124         /**
125          * Checks if two WatchedOutputs contain equal inner contents.
126          * This ignores pointers and is_owned flags and looks at the values in fields.
127          * Two objects with NULL inner values will be considered "equal" here.
128          */
129         public bool eq(org.ldk.structs.WatchedOutput b) {
130                 bool ret = bindings.WatchedOutput_eq(this.ptr, b == null ? 0 : b.ptr);
131                 GC.KeepAlive(this);
132                 GC.KeepAlive(b);
133                 if (this != null) { this.ptrs_to.AddLast(b); };
134                 return ret;
135         }
136
137         public override bool Equals(object o) {
138                 if (!(o is WatchedOutput)) return false;
139                 return this.eq((WatchedOutput)o);
140         }
141         /**
142          * Generates a non-cryptographic 64-bit hash of the WatchedOutput.
143          */
144         public long hash() {
145                 long ret = bindings.WatchedOutput_hash(this.ptr);
146                 GC.KeepAlive(this);
147                 return ret;
148         }
149
150         public override int GetHashCode() {
151                 return (int)this.hash();
152         }
153 }
154 } } }