Complete block filter struct as defined in BIP 157. Serialization matches payload of "cfilter" messages.
Synopsis
Declared in <blockfilter.h>
class BlockFilter;
Member Functions
Name |
Description |
|
Constructors |
Compute the filter header given the previous one. |
|
Returns the hash of the block this filter is for. |
|
Returns the serialized contents of the underlying filter. |
|
Returns the underlying GCS filter. |
|
Returns the type of this filter. |
|
Compute the filter hash. |
|
Serialize the filter to a stream. |
|
Deserialize the filter from a stream. |
Created with MrDocs