Expand description

Represents data structures outside of kitsune, on the “host” side, i.e. methods which would be called via ghost_actors, i.e. Holochain.

XXX: These traits are an artifact of the original prototype of the quantized gossip algorithm, which started as its own crate separate from the rest of Kitsune, and created these traits to build up a suitable interface from scratch. Eventually these should be better integrated with the existing KitsuneP2pEvent interface, and the KitsuneHost interface: the integration of those two is still a work in progress, and these traits should be considered as part of that work.

Traits§

  • All methods involved in accessing the op store, to be implemented by the host.
  • All methods involved in accessing the peer store, to be implemented by the host.
  • Represents all methods implemented by the host.
  • Represents all methods implemented by the host.