Store a MuSig2 secret nonce for a signing session.
Declared in <script/signingprovider.h>
virtual
void
SetMuSig2SecNonce(
uint256 const& id,
MuSig2SecNonce&& nonce) const override;
| Name | Description |
|---|---|
| id | The session id to store the nonce under. |
| nonce | The secret nonce to store. |