Move‐assign, taking ownership of another holder's secret nonce.

Synopsis

Declared in <musig.h>

MuSig2SecNonce&
operator=(MuSig2SecNonce&& other) noexcept;

Return Value

A reference to this holder.

Parameters

Name

Description

other

The holder to move from.

Created with MrDocs