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

Create

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

Data Members

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.

Created with MrDocs