View Source MyspaceIPFS.Api.Network (Myspace IPFS v0.0.1)

MyspaceIPFS.Api.Bitswap is where the bootstrap commands of the IPFS API reside.

Link to this section Summary

Functions

Show the id of the IPFS node.

Ping a peer.

Link to this section Functions

@spec id() :: any()

Show the id of the IPFS node.

@spec ping(binary()) ::
  {:client_error | :forbidden | :missing | :not_allowed | :ok | :server_error,
   any()}

Ping a peer.