Delete the state stored for a MuSig2 signing session.

Synopsis

Declared in <script/signingprovider.h>

virtual
void
DeleteMuSig2Session(uint256 const& session_id) const override;

Parameters

Name

Description

session_id

The session id whose state should be deleted.

Created with MrDocs