Re-exports§
Macros§
- guest_
error - Shortcut for
wasm_error!(WasmErrorInner::Guest( ... )) - invalid
- Return an
hdi::prelude::ValidateCallbackResult::Invalid - scoped_
type_ connector - Defines
ScopedTypeConnectormethods for an entry type - valid
- Return an
hdi::prelude::ValidateCallbackResult::Valid
Structs§
- Link
Direction Input - Input for getting links based on direction (ignoring type/tag)
Traits§
- Action
Transformer - Extend
Actiontransformations - AnyDht
Hash Transformer - Extend
AnyDhtHashtransformations - AnyLinkable
Hash Transformer - Extend
AnyLinkableHashtransformations - Scoped
Type Connector - Methods for getting scoped-type info from an entry struct
Functions§
- detect_
app_ entry_ def - Detect the
AppEntryDeffrom a givenAction - detect_
app_ entry_ unit - Detect the entry types unit from a given
Action - summon_
action - Alias for
must_get_action - summon_
agent_ validation_ pkg_ action - Get an action address expecting it to be a
Action::AgentValidationPkg - summon_
app_ entry - Get and deserialize the given address into the expected app entry struct
- summon_
close_ chain_ action - Get an action address expecting it to be a
Action::CloseChain - summon_
create_ action - Get an action address expecting it to be a
Action::Create - summon_
create_ link_ action - Get an action address expecting it to be a
Action::CreateLink - summon_
creation_ action - Get an action address that is expected to be a
EntryCreationAction - summon_
delete_ action - Get an action address expecting it to be a
Action::Delete - summon_
delete_ link_ action - Get an action address expecting it to be a
Action::DeleteLink - summon_
dna_ action - Get an action address expecting it to be a
Action::Dna - summon_
entry - Alias for
must_get_entry - summon_
init_ zomes_ complete_ action - Get an action address expecting it to be a
Action::InitZomesComplete - summon_
open_ chain_ action - Get an action address expecting it to be a
Action::OpenChain - summon_
record_ type - Get a
Recordexpecting it to have a specificActionType - summon_
update_ action - Get an action address expecting it to be a
Action::Update - summon_
valid_ record - Alias for
must_get_valid_record - trace_
origin - Collect the chain of evolutions backwards
- trace_
origin_ root - Get the last item in a
trace_originresult - verify_
app_ entry_ struct - Check that the given address can deserialize to the expected app entry struct