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