pub struct Sender<H, BH> { /* private fields */ }
Expand description

Sender part of the watcher. Exposed only for testing purposes.

Implementations

Add a new watcher to this sender object.

Transaction became ready.

Transaction was moved to future.

Some state change (perhaps another extrinsic was included) rendered this extrinsic invalid.

Extrinsic has been included in block with given hash.

Extrinsic has been finalized by a finality gadget.

The block this extrinsic was included in has been retracted

The block this extrinsic was included in has been retracted

Extrinsic has been marked as invalid by the block builder.

Transaction has been dropped from the pool because of the limit.

The extrinsic has been broadcast to the given peers.

Returns true if the are no more listeners for this extrinsic or it was finalized.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

Convert from a value of T into an equivalent instance of Option<Self>. Read more

Consume self to return Some equivalent value of Option<T>. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

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

Get a reference to the inner from the outer.

Get a mutable reference to the inner from the outer.

Should always be Self

Convert from a value of T into an equivalent instance of Self. Read more

Consume self to return an equivalent value of T. Read more

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.

The counterpart to unchecked_from.

Consume self to return an equivalent value of T.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more