PIVX Core  5.6.99
P2P Digital Currency
Classes | Enumerations
messagesigner.h File Reference
#include "key.h"
#include "primitives/transaction.h"
Include dependency graph for messagesigner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMessageSigner
 Helper class for signing messages and checking their signatures. More...
 
class  CHashSigner
 Helper class for signing hashes and checking their signatures. More...
 
class  CSignedMessage
 Base Class for all signed messages on the network. More...
 

Enumerations

enum  MessageVersion { MESS_VER_STRMESS = 0 , MESS_VER_HASH = 1 }
 

Enumeration Type Documentation

◆ MessageVersion

Enumerator
MESS_VER_STRMESS 
MESS_VER_HASH 

Definition at line 15 of file messagesigner.h.