Struct bitcoin::util::bip158::BlockFilter [−][src]
Expand description
a computed or read block filter
Fields
content: Vec<u8>
Golomb encoded filter
Implementations
compute this filter’s id in a chain of filters
Compute a SCRIPT_FILTER that contains spent and output scripts
match any query pattern
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BlockFilter
impl Send for BlockFilter
impl Sync for BlockFilter
impl Unpin for BlockFilter
impl UnwindSafe for BlockFilter
Blanket Implementations
Mutably borrows from an owned value. Read more