sui_adapter_v0::programmable_transactions::context

Function set_linkage

Source
pub fn set_linkage(
    session: &mut Session<'_, '_, LinkageView<'_>>,
    linkage: &MovePackage,
) -> Result<AccountAddress, ExecutionError>
Expand description

Set the link context for the session from the linkage information in the package.