mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 08:35:43 +00:00
feat: add futures api to TransactionPool (#1348)
* feat: add futures api to `TransactionPool` * fix clippy
This commit is contained in:
@@ -84,8 +84,7 @@ pub struct PruneStatus<Hash, Ex> {
|
||||
}
|
||||
|
||||
/// Immutable transaction
|
||||
#[cfg_attr(test, derive(Clone))]
|
||||
#[derive(PartialEq, Eq)]
|
||||
#[derive(PartialEq, Eq, Clone)]
|
||||
pub struct Transaction<Hash, Extrinsic> {
|
||||
/// Raw extrinsic representing that transaction.
|
||||
pub data: Extrinsic,
|
||||
|
||||
Reference in New Issue
Block a user