mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
feat: add futures api to TransactionPool (#1348)
* feat: add futures api to `TransactionPool` * fix clippy
This commit is contained in:
@@ -282,6 +282,10 @@ impl sc_transaction_pool_api::TransactionPool for Transactions {
|
||||
Default::default()
|
||||
}
|
||||
|
||||
fn futures(&self) -> Vec<Self::InPoolTransaction> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn status(&self) -> PoolStatus {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user