Re-exportsยง
pub use anon_net_service::AnonTxService;
pub use diffuse_service::DiffuseService;
Modulesยง
- anon_
net_ ๐service - diffuse_
service ๐ - stem_
service ๐ - tx_
store ๐
Structsยง
- Main
Dandelion ๐Router - The dandelion router used to send transactions to the network.
Constantsยง
- DANDELION_
CONFIG ๐ - The configuration used for
cuprate_dandelion_tower
.
Functionsยง
- dandelion_
router - Creates a
DandelionRouter
from aNetworkInterface
. - start_
dandelion_ pool_ manager - Starts the dandelion pool manager task and returns a handle to send txs to broadcast.
Type Aliasesยง
- Concrete
Dandelion ๐Router - A
DandelionRouter
with all generic types defined.