Registry / other / sp-transaction-pool

sp-transaction-pool

JSON →
library42.0.0rscratesunverified

Runtime-facing API for the transaction pool in Substrate-based blockchains.

# Cargo.toml [dependencies] sp-transaction-pool = "42.0.0"
INSTALL
IMPORT
SIG · SP-TRANSACTION-POO
S
sp-transaction-pool
otherrustv42.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TransactionPool
use sp_transaction_pool::TransactionPool;

Imports the core TransactionPool trait from the Substrate transaction pool API.

use sp_transaction_pool::TransactionPool; fn main() { println!("TransactionPool trait available"); }
Debug
Known issues
gotchaThis crate is part of the Substrate framework and requires a full Substrate runtime environment.
fix
Ensure you are building within a Substrate node or runtime context.
affects: >=42.0.0
Upgrade
Version history
42.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
sp-transaction-pool — cargo add sp-transaction-pool · libregistry