Module holochain_types::header[][src]

Expand description

Holochain’s Header and its variations.

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

Modules

Structs

The minimum unique data for Create headers that share a common entry

A header of one of the two types that create a new entry.

The minimum unique data for Update headers 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

A header of one of the two types that create a new entry.

Same as NewEntryHeader but takes headers as reference

A header of one of the two types that create a new entry.