pub fn execution_cost_v1<N: Network>(
process: &Process<N>,
execution: &Execution<N>,
) -> Result<(u64, (u64, u64))>
Expand description
Returns the minimum cost in microcredits to publish the given execution (total cost, (storage cost, finalize cost)).