Structs§
- Entity
- A distinct state within the context of a life-cycle
- Follow
Evolutions Input Buffer - A deserializing buffer for
EvolutionFilteringStrategy
- GetEntity
Input - Input required for calling the
follow_evolutions
method - GetLinks
Input - Input required for calling the
hdk::prelude::get_links
method - GetLinks
Input Buffer - A simpler deserializable buffer for
GetLinksInput
- Morph
Addr - An address representing a precise phase in an entities life-cycle (short for: Metamorphic Address)
- Update
Entry Input - Input required for calling the
hdk::prelude::update_entry
method
Enums§
- Evolution
Filtering Strategy - Indicates the update filtering pattern when following content evolution
- HdkExt
Error
Functions§
- agent_
id - Get this Agent’s initial pubkey from zome info
- available
- Check if a DHT address can be fetched and is not deleted
- exists
- Check if a DHT address can be fetched
- follow_
evolutions - Collect the chain of evolutions forward
- follow_
evolutions_ selector - Collect the chain of evolutions forward filtering updates
- follow_
evolutions_ using_ authorities - Collect the chain of evolutions forward filtering authorized updates
- follow_
evolutions_ using_ authorities_ with_ exceptions - Collect the chain of evolutions forward filtering authorized updates with exceptions
- must_
get - Get a
Record
or return a “not found” error - must_
get_ record_ details - Get the
RecordDetails
for a givenActionHash
- resolve_
action_ addr - Resolve an
AnyLinkableHash
into anActionHash