pub async fn create_helia(
config: Option<HeliaConfig>,
) -> Result<HeliaImpl, HeliaError>Expand description
Create a new Helia node with the given configuration
If no configuration is provided, sensible defaults will be used.
pub async fn create_helia(
config: Option<HeliaConfig>,
) -> Result<HeliaImpl, HeliaError>Create a new Helia node with the given configuration
If no configuration is provided, sensible defaults will be used.