[C#] Check in initial auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / enums / ConfirmationTarget.cs
1 namespace org { namespace ldk { namespace enums {/**
2  * An enum that represents the speed at which we want a transaction to confirm used for feerate
3  * estimation.
4  */
5 public enum ConfirmationTarget {
6         /**
7          * We are happy with this transaction confirming slowly when feerate drops some.
8          */
9         LDKConfirmationTarget_Background,
10         /**
11          * We'd like this transaction to confirm without major delay, but 12-18 blocks is fine.
12          */
13         LDKConfirmationTarget_Normal,
14         /**
15          * We'd like this transaction to confirm in the next few blocks.
16          */
17         LDKConfirmationTarget_HighPriority,
18 }} } }