pub fn resolve_action_addr<T>(addr: &T) -> Result<HoloHash<Action>, WasmError>Expand description
Resolve an AnyLinkableHash into an ActionHash
If the linkable’s primitive is a
Action- the action hash is simply returnedEntry- the action hash is pulled from the result of agetExternal- results in an error