sc-transaction-pool-api 29.0.0

Transaction pool client facing API.
Documentation
[package]
name = "sc-transaction-pool-api"
version = "29.0.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository.workspace = true
description = "Transaction pool client facing API."

[lints]
workspace = true

[dependencies]
async-trait = "0.1.74"
codec = { package = "parity-scale-codec", version = "3.6.1" }
futures = "0.3.21"
log = "0.4.17"
serde = { version = "1.0.195", features = ["derive"] }
thiserror = "1.0.48"
sp-blockchain = { version = "29.0.0", path = "../../../primitives/blockchain" }
sp-core = { path = "../../../primitives/core", default-features = false, version = "29.0.0" }
sp-runtime = { path = "../../../primitives/runtime", default-features = false, version = "32.0.0" }

[dev-dependencies]
serde_json = "1.0.111"