Type Definition sc_network::config::TransactionImportFuture
source · [−]pub type TransactionImportFuture = Pin<Box<dyn Future<Output = TransactionImport> + Send>>;
Expand description
Fuure resolving to transaction import result.