Expose accessors for `TxIn` and `TxOut`
authorMatt Corallo <git@bluematt.me>
Tue, 23 Jan 2024 22:31:55 +0000 (22:31 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 23 Jan 2024 22:35:15 +0000 (22:35 +0000)
commite8ac9011500460f5d13174c6bad634aa69de154e
treeebe65afe028b7ebcee5ffa710f829b7a3f3a2d90
parent2c2c974a1f0b8e91f3a9bb13e4f0546c43e11aca
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.
lightning-c-bindings/src/c_types/mod.rs