[−][src]Module holochain_core::nucleus::actions::validate
Structs
ValidationFuture |
ValidationFuture resolves to an Ok(ActionWrapper) or an Err(error_message:String). Tracks the state for ValidationResults. |
Functions
validate_entry |
ValidateEntry Action Creator This is the high-level validate function that wraps the whole validation process and is what should be called from zome api functions and other contexts that don't care about implementation details. |