Enum bitcoin_bloom::BloomFlags
source · #[repr(u8)]
pub enum BloomFlags {
BLOOM_UPDATE_NONE,
BLOOM_UPDATE_ALL,
BLOOM_UPDATE_P2PUBKEY_ONLY,
BLOOM_UPDATE_MASK,
}Expand description
| First two bits of nFlags control how | much IsRelevantAndUpdate actually | updates | | The remaining bits are reserved |
Variants§
BLOOM_UPDATE_NONE
BLOOM_UPDATE_ALL
BLOOM_UPDATE_P2PUBKEY_ONLY
| Only adds outpoints to the filter if | the output is a pay-to-pubkey/pay-to-multisig | script |
BLOOM_UPDATE_MASK
Auto Trait Implementations§
impl RefUnwindSafe for BloomFlags
impl Send for BloomFlags
impl Sync for BloomFlags
impl Unpin for BloomFlags
impl UnwindSafe for BloomFlags
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more