A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options
usehdk::prelude::*;/// convert a SignedActionHashed which are like raw contents
/// into the ActionHash of itself
pubfnget_action_hash(signed_action_hashed: SignedActionHashed)-> ActionHash{
signed_action_hashed.as_hash().to_owned()}