rainbreak / solidity-btc-parser

Solidity library to parse raw Bitcoin transaction bytes
Other
33 stars 12 forks source link

Check value in multi output transactions #11

Closed rainbreak closed 7 years ago

rainbreak commented 7 years ago

Fixes #2.

This allows checking of n-output p2sh-only transactions to see if a given value was sent to an address.

Users can parse however many transactions they want, but will have to use scan/parseOutputs to do so.