[C#] Update auto-generated C# bindings
[ldk-java] / c_sharp / src / org / ldk / structs / TaggedHash.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 hash for use in a specific context by tweaking with a context-dependent tag as per [BIP 340]
11  * and computed over the merkle root of a TLV stream to sign as defined in [BOLT 12].
12  * 
13  * [BIP 340]: https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki
14  * [BOLT 12]: https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md#signature-calculation
15  */
16 public class TaggedHash : CommonBase {
17         internal TaggedHash(object _dummy, long ptr) : base(ptr) { }
18         ~TaggedHash() {
19                 if (ptr != 0) { bindings.TaggedHash_free(ptr); }
20         }
21
22 }
23 } } }