forked from CNTRPRTY/counterparty-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API extension to support Counterwallet (CounterpartyXCP#1005)
* fix OP_RETURN size estimation * Remove the forced downgrade to pubkeyhash Bitcoin 0.13.0 allows bare multisig again * Add extended_tx_info parameter to create_ methods If this parameter is present, instead of returning a bare unsigned transaction hex, the API will return a JSON object with details about btc spent. The output looks like this: { "btc_fee": 28621, "tx_hex": "0100000001688469...088ac00000000", "btc_in": 7683700, "btc_out": 0, "btc_change": 7655079 }
- Loading branch information
Showing
13 changed files
with
952 additions
and
994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.