![]()  | 
  
    Bitcoin Core 30.99.0
    
   P2P Digital Currency 
   | 
 
Generate the signet tx corresponding to the given block. More...
#include <signet.h>
Static Public Member Functions | |
| static std::optional< SignetTxs > | Create (const CBlock &block, const CScript &challenge) | 
Public Attributes | |
| const CTransaction | m_to_spend | 
| const CTransaction | m_to_sign | 
Private Member Functions | |
| template<class T1 , class T2 > | |
| SignetTxs (const T1 &to_spend, const T2 &to_sign) | |
Generate the signet tx corresponding to the given block.
The signet tx commits to everything in the block except:
      
  | 
  inlineprivate | 
      
  | 
  static | 
Definition at line 69 of file signet.cpp.
| const CTransaction SignetTxs::m_to_sign | 
| const CTransaction SignetTxs::m_to_spend |