A signature creator for transactions.
Synopsis
Declared in <script/sign.h>
class MutableTransactionSignatureCreator
: public BaseSignatureCreator
Base Classes
Name |
Description |
Interface for signature creators. |
Member Functions
Name |
Description |
|
Constructors |
|
Access the signature checker paired with this creator. |
|
Aggregate MuSig2 partial signatures into a final signature. |
|
Create a MuSig2 public nonce for the given participant. |
|
Create this participant's MuSig2 partial signature. |
|
Create a Schnorr signature for the Taproot input. |
|
Create a singular (non‐script) signature for the transaction input. |
Created with MrDocs