Crate hdk_extensions

Source

Structs§

Entity
A distinct state within the context of a life-cycle
FollowEvolutionsInputBuffer
A deserializing buffer for EvolutionFilteringStrategy
GetEntityInput
Input required for calling the follow_evolutions method
GetLinksInput
Input required for calling the hdk::prelude::get_links method
GetLinksInputBuffer
A simpler deserializable buffer for GetLinksInput
MorphAddr
An address representing a precise phase in an entities life-cycle (short for: Metamorphic Address)
UpdateEntryInput
Input required for calling the hdk::prelude::update_entry method

Enums§

EvolutionFilteringStrategy
Indicates the update filtering pattern when following content evolution
HdkExtError

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 given ActionHash
resolve_action_addr
Resolve an AnyLinkableHash into an ActionHash