Enum lightning::chain::chaininterface::ConfirmationTarget[][src]

pub enum ConfirmationTarget {
    Background,
    Normal,
    HighPriority,
}
Expand description

An enum that represents the speed at which we want a transaction to confirm used for feerate estimation.

Variants

Background

We are happy with this transaction confirming slowly when feerate drops some.

Normal

We’d like this transaction to confirm without major delay, but 12-18 blocks is fine.

HighPriority

We’d like this transaction to confirm in the next few blocks.

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

Performs the conversion.

Performs the conversion.

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.