OpenSig / opensig-btc-lib

Blockchain e-sign library
MIT License
4 stars 2 forks source link

Support signing multiple files in the same transaction #10

Open dnpotter opened 8 years ago

dnpotter commented 8 years ago

Each file would have its own signature but the transaction would have only one fee. The fee should be calculated based on the transaction byte length. Benefits: ties all the files together via the one transaction and saves on the fee.

This is different to OpenSig Vault (https://github.com/opensig/opensig-lib/issues/12)