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)
commitaa1fab79e70b10280271c77a01626c62a18e46c4
treeb0ea935ea1ffc9591bc40ac854a8c4fdf50ca2d5
parentf45d837dd36acf119f763029c861f0a52f934468
Handle the somewhat half-mapped alias TransactionOutputs

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.
genbindings.py
genbindings.sh