pub type TransactionImportFuture = Pin<Box<dyn Future<Output = TransactionImport> + Send>>;
Expand description

Future resolving to transaction import result.

Aliased Type§

struct TransactionImportFuture { /* private fields */ }