Function rust_ipfs::p2p::create_swarm

source ·
pub async fn create_swarm(
    options: SwarmOptions,
    swarm_config: SwarmConfig,
    transport_config: TransportConfig,
    span: Span
) -> Result<TSwarm, Error>
Expand description

Creates a new IPFS swarm.