A filtered-block message.
More...
#include <MerkleBlockMessage.h>
|
static char const | TYPE [] = "merkleblock" |
| Message type.
|
|
A filtered-block message.
Contains information about a block and a filtered list of transactions in the block
- Note
- This message is related to bloom filtering of connections and is defined in BIP 0037.
- See also
- FilterAddMessage, FilterClearMessage, FilterLoadMessage
- Parameters
-
header | block header |
count | number of transactions in the block (including unmatched ones) |
hashes | hashes in depth-first order |
flags | flag bits |
MerkleBlockMessage::MerkleBlockMessage |
( |
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: