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