Generate the signet tx corresponding to the given block
Declared in <signet.h>
class SignetTxs;
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.
| Name | Description |
|---|---|
Create | Builds the signet to_spend/to_sign transaction pair for a block. |
| Name | Description |
|---|---|
m_to_sign | The virtual "to_sign" transaction that carries the signet signature. |
m_to_spend | The virtual "to_spend" transaction committed to by the signature. |