[][src]Module holochain_core_types::validation

This module defines structs that are used in the interchange of data that is used for validation of chain modifying agent actions between Holochain and Zomes.

Structs

ValidationData

This structs carries information contextual for the process of validating an entry of link and is passed in to the according callbacks.

ValidationPackage

Enums

EntryAction
EntryLifecycle
EntryValidationData

This struct carries information needed for Validating Entry Data, It is passed between callbacks and allows the user to validate using each supplied variant.

LinkAction
LinkValidationData

This struct carries information needed for Validating Link Data, It is passed between callbacks and allows the user to validate using each supplied variant.

ValidationPackageDefinition