Module holochain_types::prelude::inline_zome[][src]

Expand description

A variant of Zome which is defined entirely by native, inline Rust code

This type of Zome is only meant to be used for testing. It’s designed to make it easy to write a zome on-the-fly or programmatically, rather than having to go through the heavy machinery of wasm compilation

Modules

Structs

An InlineZome, which consists

Type Definitions

An inline zome function takes a Host API and an input, and produces an output.