[#DataFromTransaction] = DataFromTransaction :mrdocs: Extract signature data from a transaction input, and insert it. == Synopsis Declared in `<script/sign.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SignatureData.adoc[SignatureData] DataFromTransaction( xref:CMutableTransaction.adoc[CMutableTransaction] const& tx, unsigned int nIn, xref:CTxOut.adoc[CTxOut] const& txout); ---- == Return Value The signature data recovered from the input. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction the input belongs to. | *nIn* | The index of the input to read. | *txout* | The output being spent by the input. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#