From: Matt Corallo Date: Tue, 23 Jan 2024 22:31:55 +0000 (+0000) Subject: Expose accessors for `TxIn` and `TxOut` X-Git-Tag: v0.0.121.0^2~8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e8ac9011500460f5d13174c6bad634aa69de154e;hp=e8ac9011500460f5d13174c6bad634aa69de154e;p=ldk-c-bindings Expose accessors for `TxIn` and `TxOut` The fields themselves are already public, so there's not a lot of value for C users for these, but it avoids having to have this logic written out by hand in the Java bindings, which is nice. ---