]> git.bitcoin.ninja Git - ldk-java/commitdiff
Handle the somewhat half-mapped alias TransactionOutputs
authorMatt Corallo <git@bluematt.me>
Thu, 15 Apr 2021 23:00:35 +0000 (19:00 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 16 Apr 2021 00:44:11 +0000 (00:44 +0000)
TransactionOutputs is actually a
C2Tuple_TxidCVec_C2Tuple_u32TxOutZZZ, but with a type alias that
gives it a more readable name in a few places. Sadly, we don't
support type aliases, so we have to just map it back before building
our bindings.


No differences found