Expand description

Implementation of the Kitsune Host API

Structs§

  • Implementation of the Kitsune Host API. Lets Kitsune make requests of Holochain

Functions§

  • Get all op hashes within a region
  • The network module needs info about various groupings (“regions”) of ops.
  • Given a set of Regions, return an equivalent set of Regions (which covers the same area of the DHT) such that no region is larger than size_limit. Regions larger than size_limit will be quadrisected, and the size of each subregion will be fetched from the database. The quadrisecting is recursive until either all regions are either small enough, or cannot be further subdivided.