Registry / networking / mempool-notifications

mempool-notifications

JSON →
libraryrscratesunverified

Provides the notification interface between state sync and mempool in the Aptos blockchain.

# Cargo.toml [dependencies] mempool-notifications = "latest"
INSTALL
IMPORT
SIG · MEMPOOL-NOTIFICATI
M
mempool-notifications
networkingrust
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.

MempoolNotificationListener
use mempool_notifications::MempoolNotificationListener;

Creates a new mempool notification listener.

use mempool_notifications::MempoolNotificationListener; fn main() { let listener = MempoolNotificationListener::new(); println!("Mempool notification listener created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mempool-notifications — cargo add mempool-notifications · libregistry