Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <proof.h>
Public Member Functions | |
SignedStake ()=default | |
SignedStake (Stake stake_, SchnorrSig sig_) | |
SERIALIZE_METHODS (SignedStake, obj) | |
const Stake & | getStake () const |
const SchnorrSig & | getSignature () const |
bool | verify (const StakeCommitment &commitment) const |
Private Attributes | |
Stake | stake |
SchnorrSig | sig |
|
explicitdefault |
|
inline |
|
inline |
|
inline |
|
inline |
bool avalanche::SignedStake::verify | ( | const StakeCommitment & | commitment | ) | const |
|
private |