pub type InlineIntegrityZome = InlineZome<IntegrityZomeMarker>;

Aliased Type§

struct InlineIntegrityZome { /* private fields */ }

Implementations§

source§

impl InlineIntegrityZome

source

pub fn new<S: Into<String>, E: IntoIterator<Item = EntryDef>>( uuid: S, entry_defs: E, num_link_types: u8 ) -> Self

Create a new integrity zome with the given network seed

source

pub fn new_unique<E: IntoIterator<Item = EntryDef>>( entry_defs: E, num_link_types: u8 ) -> Self

Create a new integrity zome with a unique random network seed