Expand description
holochain specific wrapper around more generic p2p module
Re-exports§
pub use kitsune_p2p;
pub use kitsune_p2p::dht;
pub use kitsune_p2p::dht_arc;
Modules§
- Module containing the HolochainP2p actor definition.
- Module containing incoming events from the HolochainP2p actor.
Structs§
- A wrapper around HolochainP2pSender that partially applies the dna_hash / agent_pub_key. I.e. a sender that is tied to a specific cell.
- A wrapper around HolochainP2pSender that partially applies the dna_hash / agent_pub_key. I.e. a sender that is tied to a specific cell.
- Some parameters used as part of a protocol compability check during tx5 preflight
- Struct for encoding DhtOp as bytes.
Enums§
- Error type for Holochain P2p.
Traits§
- Extension trait for holo/kitsune conversion
- Extension trait for holo/kitsune conversion
- Extension trait for holo/kitsune conversion
- Extension trait for holo/kitsune conversion
- Extension trait for holo/kitsune conversion
- Holochain-specific FetchContext extension trait.
- A wrapper around HolochainP2pSender that partially applies the dna_hash / agent_pub_key. I.e. a sender that is tied to a specific cell.
- The HolochainP2pSender struct allows controlling the HolochainP2p actor instance.
Functions§
- Turn an
AgentKey
into aKitsuneAgent
- Turn a
DnaHash
into aKitsuneSpace
- Spawn a new HolochainP2p actor. Conductor will call this on initialization.
Type Aliases§
- Type to mock a Holochain P2p network using [
MockHolochainP2pDnaT
]. - Convenience type for referring to the HolochainP2p GhostSender