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
.
pub fn set_linkage(
session: &mut Session<'_, '_, LinkageView<'_>>,
linkage: &MovePackage,
) -> Result<AccountAddress, ExecutionError>
Set the link context for the session from the linkage information in the package
.