#[hdk_entry_helper]
Expand description

Helper for entry data types.

Implements

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

Examples

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