pub fn create_link_relaxed<T, E>(
    base_address: impl Into<AnyLinkableHash>,
    target_address: impl Into<AnyLinkableHash>,
    link_type: T,
    tag: impl Into<LinkTag>
) -> ExternResult<ActionHash>where
    ScopedLinkType: TryFrom<T, Error = E>,
    WasmError: From<E>,
Expand description

just like create_link but uses ChainTopOrdering::Relaxed