Expand description

Common types

Re-exports

pub use crate::query::ChainQueryFilter as QueryFilter;
pub use crate::action::*;
pub use crate::agent_activity::*;
pub use crate::bytes::*;
pub use crate::call::*;
pub use crate::capability::*;
pub use crate::cell::*;
pub use crate::chain::*;
pub use crate::countersigning::*;
pub use crate::crdt::*;
pub use crate::dna_def::*;
pub use crate::entry::*;
pub use crate::entry_def::*;
pub use crate::genesis::*;
pub use crate::hash::*;
pub use crate::info::*;
pub use crate::init::*;
pub use crate::judged::*;
pub use crate::link::*;
pub use crate::metadata::*;
pub use crate::migrate_agent::*;
pub use crate::op::*;
pub use crate::query::*;
pub use crate::rate_limit::*;
pub use crate::record::*;
pub use crate::request::*;
pub use crate::schedule::*;
pub use crate::signal::*;
pub use crate::signature::*;
pub use crate::trace::*;
pub use crate::validate::*;
pub use crate::warrant::*;
pub use crate::x_salsa20_poly1305::*;
pub use crate::zome::error::*;
pub use crate::zome::*;
pub use crate::zome_io::*;
pub use crate::*;
pub use crate::zome::inline_zome::error::*;
pub use crate::zome::inline_zome::*;
pub use crate::fixt::*;
pub use crate::test_utils::*;

Structs

A microsecond-precision UTC timestamp for use in Holochain’s actions.
Data that can be encrypted with secretbox.
Key refs represent shared secrets stored in the keystore. They can either be user-specified, or auto-generated at time of secret creation, or ingestion.

Enums

A human-readable timestamp which is represented/serialized as an RFC3339 when possible, and a microsecond integer count otherwise. Both representations can be deserialized to this type.

Constants

Traits

A utility trait for associating a data enum with a unit enum that has the same variants.

Type Definitions