[−][src]Module bitcoin::util::contracthash
Deprecated
Pay-to-contract-hash support
See Appendix A of the Blockstream sidechains whitepaper at http://blockstream.com/sidechains.pdf for details of what this does.
Structs
| Template | Deprecated A script template |
Enums
| Error | Deprecated A contract-hash error |
Functions
| compute_tweak | Deprecated Compute a tweak from some given data for the given public key |
| create_address | Deprecated Takes a contract, template and key set and runs through all the steps |
| tweak_key | Deprecated Tweak a single key using some arbitrary data |
| tweak_keys | Deprecated Tweak keys using some arbitrary data |
| tweak_secret_key | Deprecated Tweak a secret key using some arbitrary data (calls |
| untemplate | Deprecated Extract the keys and template from a completed script |