refine_linkage

Function refine_linkage 

Source
pub fn refine_linkage<Mode: ExecutionMode>(
    txn: Transaction,
    linkage_analysis: &LinkageAnalyzer,
    package_store: &dyn PackageStore,
    protocol_config: &ProtocolConfig,
) -> Result<Transaction, Mode::Error>
Expand description

Refine the transaction’s per-call linkages into a single, unified linkage for the whole transaction (when enabled by the protocol config).