Structs§
- Address
Record - An record in a prioritised list of addresses.
- Bitswap
Storage - Block
- Block
- Block
NotFound - The block wasn’t found. The supplied string is a CID.
- Error
- The
Error
type, a wrapper around a dynamic error type. - Multiaddr
- Representation of a Multiaddr.
- PeerId
- Identifier of a peer of the network.
- Query
- Query.
Enums§
- Network
Event - Query
Type - Query type.
- Storage
Event
Traits§
- Bitswap
Store - Bitswap store abstraction.
- Bitswap
Sync - Bitswap sync trait for customizing the syncing behaviour.
- Multihash
Digest - Trait that implements hashing.
- Network
- Storage
- Store
- Implementable by ipld stores. An ipld store behaves like a cache. It will keep blocks until the cache is full after which it evicts blocks based on an eviction policy. If a block is aliased (recursive named pin), it and it’s recursive references will not be evicted or counted towards the cache size.
- Store
Params - The store parameters.
Type Aliases§
- Cid
- A Cid that contains a multihash with an allocated size of 512 bits.
- Query
Result - The result of a
Query
. - Result
Result<T, Error>
- U64