MuSig2SecNonce::operator=

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

NameDescription
otherThe holder to move from.