Generate the signet tx corresponding to the given block
Synopsis
Declared in <signet.h>
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
Name |
Description |
Builds the signet to_spend/to_sign transaction pair for a block. |
Data Members
Name |
Description |
The virtual "to_sign" transaction that carries the signet signature. |
|
The virtual "to_spend" transaction committed to by the signature. |
Created with MrDocs