Structs§
- BaseApi
- The default implemented API for interfacing with the IPFS RPC API.
This functionality is achieved by implementing the
PeerApi
trait forBaseApi
. - Peer
Entry - IPFS node MFS (mutable file system) entity representation.
Traits§
- PeerApi
- Trait that defines the interface for interaction with IPFS RPC API.