hopr_chain_actions::action_queue

Type Alias PendingAction

Source
pub type PendingAction = Pin<Box<dyn Future<Output = Result<ActionConfirmation>> + Send>>;
Expand description

Notifies about completion of a transaction (success or failure).

Aliased Typeยง

struct PendingAction {}