An alert message.
More...
#include <AlertMessage.h>
|
| AlertMessage (std::vector< uint8_t > const &message) |
|
| AlertMessage (uint8_t const *&in, size_t &size) |
|
|
virtual void | serialize (std::vector< uint8_t > &out) const override |
|
virtual json | toJson () const override |
|
| Message (char const *type) |
|
std::string | type () const |
| Returns the type.
|
|
|
std::vector< uint8_t > | message_ |
| The raw alert message data.
|
|
An alert message.
An alert is sent between nodes to send a general notification message throughout the network. If the alert can be confirmed with the signature as having come from the core development group of the Bitcoin software, the message is suggested to be displayed for end-users. Attempts to perform transactions, particularly automated transactions through the client, are suggested to be halted. The text in the Message string should be relayed to log files and any user interfaces.
AlertMessage::AlertMessage |
( |
std::vector< uint8_t > const & |
message | ) |
|
AlertMessage::AlertMessage |
( |
uint8_t const *& |
in, |
|
|
size_t & |
size |
|
) |
| |
- Parameters
-
[in,out] | in | pointer to the next byte to deserialize |
[in,out] | size | number of bytes remaining in the serialized stream |
The documentation for this class was generated from the following files: