bitcoindevkit / bitcoin-ffi

Other
12 stars 7 forks source link

Add `Transaction` #17

Closed rustaceanrob closed 2 weeks ago

rustaceanrob commented 2 weeks ago

I used what was in bdk-ffi with some minor changes:

I really like what Davidson did with his PR, as he allowed users to construct a Transaction from TxIn, TxOut, Version, LockTime. However, I decided to leave that out because it requires more types and discussion (should we support non-standard versions).

rustaceanrob commented 2 weeks ago

Updated with those suggestions

rustaceanrob commented 2 weeks ago

Updated once more. Seems like we have some conventions developing. We may want to document them somewhere