pub struct BloomMultisig<'a>(_);
Expand description

Represents the “bloom-multisig” (also known as v2) notification mode and provides functionality for constructing an on-chain notification message.

Implementations

Generates a bloom filter identifier to watch for. This is what the receiving party should add to their bloom filter in order to notice bloom filter type notifications.

Generates output scripts for a v2 notification transaction. The change key belongs to the sender’s wallet.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.