Attribute Macro hdk::prelude::hdk_entry_helper

source · []
#[hdk_entry_helper]
Expand description

Helper for entry data types.

Implements

  • #[derive(Serialize, Deserialize, SerializedBytes, Debug)]
  • holochain_deterministic_integrity::app_entry!

Examples

#[hdk_entry_helper]
pub struct Post(pub String);