tomFlowee
7b0949031f
Rename CHashWriter::GetHash to finalizeHash()
...
as the expected behavior of 'get*' is a const method, it is harmful to
name a method such when it actually alters the state of the method such
that subsequent calls will produce a different result.
2021-01-20 22:51:48 +01:00
tomFlowee
3fe98afce9
Minor cleanup
...
This removes some unused includes from common headers and dead code
from some C++ files.
2021-01-05 22:05:25 +01:00
TomZ
b901745139
Add getters.
2020-10-23 22:33:33 +02:00
TomZ
a56ff62c0d
Add some useful TransactionBuilder API
2020-06-08 18:47:09 +02:00
TomZ
73bc9b78ad
Pimpl transactionbuilder and install
2020-05-28 22:34:49 +02:00
TomZ
51dbc6163e
Add a more generic API for outputscripts.
2019-10-09 19:36:29 +02:00
TomZ
2f5c02538c
remove unfinished parts of TransactionBuilder
2019-03-28 20:23:51 +01:00
TomZ
6aa8b4a184
Update API for TransactionBuilder to do signing
...
Allow users to add a private key and other details while
building a transaction and then as we export the final transaction
we sign the input.
2019-03-13 23:07:00 +01:00
TomZ
7e7fe61081
Little bit of review for TransactionBuilder
2019-03-13 23:06:54 +01:00
TomZ
c90ae87187
add TransactionBuilder
2019-03-13 23:06:47 +01:00