[#SignetTxs] = SignetTxs :mrdocs: Generate the signet tx corresponding to the given block == Synopsis Declared in `<signet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SignetTxs; ---- == Description The signet tx commits to everything in the block except: 1. It hashes a modified merkle root with the signet signature removed. 2. It skips the nonce. == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:SignetTxs/Create.adoc[`Create`] | Builds the signet to_spend/to_sign transaction pair for a block. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:SignetTxs/m_to_sign.adoc[`m_to_sign`] | The virtual "to_sign" transaction that carries the signet signature. | xref:SignetTxs/m_to_spend.adoc[`m_to_spend`] | The virtual "to_spend" transaction committed to by the signature. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#