Retrieve the MuSig2 secret nonce for a signing session.
Synopsis
Declared in <script/signingprovider.h>
virtual
std::optional<std::reference_wrapper<MuSig2SecNonce>>
GetMuSig2SecNonce(uint256 const& session_id) const override;
Return Value
A reference to the nonce, or std::nullopt if none is stored.
Parameters
Name |
Description |
session_id |
The session id to retrieve the nonce for. |
Created with MrDocs