Module holochain::core::ribosome[][src]

Expand description

A Ribosome is a structure which knows how to execute hApp code.

We have only one instance of this: [RealRibosome]. The abstract trait exists so that we can write mocks against the RibosomeT interface, as well as opening the possiblity that we might support applications written in other languages and environments.

Modules

Structs

Interface for a Ribosome. Currently used only for mocking, as our only real concrete type is [RealRibosome]

A top-level call into a zome function, i.e. coming from outside the Cell from an external Interface

Enums

Traits

Interface for a Ribosome. Currently used only for mocking, as our only real concrete type is [RealRibosome]