Construct and precompute data from a transaction.
Declared in <script/interpreter.h>
template<class T>
explicit
PrecomputedTransactionData(T const& tx);
| Name | Description |
|---|---|
| T | The transaction type. |
| Name | Description |
|---|---|
| tx | The transaction to precompute data for. |