Module holochain_types::action

source ·
Expand description

Holochain’s Action and its variations.

All action variations contain the fields author and timestamp. Furthermore, all variations besides pub struct Dna (which is the first action in a chain) contain the field prev_action.

Structs

  • A action of one of the two types that create a new entry.
  • The minimum unique data for Create actions that share a common entry
  • The minimum unique data for Update actions that share a common entry
  • This type is used when sending updates from the original entry authority to someone asking for metadata on that original entry.

Enums