Crate ipfs_embed_net[][src]

Structs

AddressRecord

An record in a prioritised list of addresses.

GetQuery
GossipsubMessage

The message sent to the user after a [RawGossipsubMessage] has been transformed by a [crate::DataTransform].

Key

The (opaque) key of a record.

MessageId
Multiaddr

Representation of a Multiaddr.

NetworkConfig

Network configuration.

NetworkService
PeerId

Identifier of a peer of the network.

PeerRecord

A record either received by the given peer or retrieved from the local record store.

QueryId
Record

A record stored in the DHT.

SyncQuery

A bitswap sync query.

Topic

A gossipsub topic.

TopicHash

Enums

GossipsubEvent

Event that can be emitted by the gossipsub behaviour.

Quorum

A quorum w.r.t. the configured replication factor specifies the minimum number of distinct nodes that must be successfully contacted in order for a query to succeed.

SyncEvent

An event of a sync query.

Traits

BitswapStore

Trait implemented by a block store.