SignetTxs

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

NameDescription
Create Builds the signet to_spend/to_sign transaction pair for a block.

Data Members

NameDescription
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.