Registry / networking / sc-transaction-pool

sc-transaction-pool

JSON →
library46.0.0rscratesunverified

Implements the transaction pool for Substrate-based blockchains.

# Cargo.toml [dependencies] sc-transaction-pool = "46.0.0"
INSTALL
IMPORT
SIG · SC-TRANSACTION-POO
S
sc-transaction-pool
networkingrustv46.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.

BasicPool
use sc_transaction_pool::BasicPool;

Create a basic transaction pool for Substrate.

use sc_transaction_pool::BasicPool; fn main() { let pool = BasicPool::new(); println!("Transaction pool created"); }
Debug
Known issues
gotchaRequires a running Substrate client and full node setup; not a standalone library.
fix
Integrate with a Substrate node using the `sc_service` crate.
affects: >=0.1.0
Upgrade
Version history
46.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
1
Resources
sc-transaction-pool — cargo add sc-transaction-pool · libregistry