Function kitsune_p2p_bootstrap_client::put

source ·
pub async fn put(
    url: Option<Url2>,
    agent_info_signed: AgentInfoSigned,
    net: BootstrapNet
) -> BootstrapClientResult<()>
Expand description

do_api wrapper for the put op.

Input must be an AgentInfoSigned with a valid signature otherwise the remote service will not accept the data.