Crate holochain_types[][src]

Expand description

Common types used by other Holochain crates.

This crate is a complement to the holochain_zome_types crate, which contains only the essential types which are used in Holochain DNA code. This crate expands on those types to include all types which Holochain itself depends on.

Modules

Defines HostFnAccess and Permission

Types for agents chain activity

Everything to do with App (hApp) installation and uninstallation

Holochain autonomic type helpers.

Types related to an agents for chain activity

Combinator functions, for more easeful functional programming

Utility items related to data persistence.

Data structures representing the operations that can be performed within a Holochain DHT.

dna is a library for working with holochain dna files/entries.

Defines a Element, the basic unit of Holochain data.

An Entry is a unit of data in a Holochain Source Chain.

An “Env” Combines a database reference with a KeystoreSender

Fixture definitions for crate structs

Holochain’s Header and its variations.

Links interrelate entries in a source chain.

Types for getting and storing metadata

reexport some common things

Implements YamlProperties, and potentially any other data types that can represent “properties” of a DNA

Signals which can be emitted from within Holochain, out across an interface. There are two main kinds of Signal: system-defined, and app-defined:

Some common testing helpers.

the host types used to track the status/result of validating entries c.f. guest types for validation callbacks and packages across the wasm boudary in zome_types

Web App manifest describing how to bind a Web UI and a happ bundle together

Macros

Utility for removing boilerplate from From impls

Type Definitions

An Entry paired with its EntryHash