pub fn execution_cost<N: Network, C: ConsensusStorage<N>>(
    vm: &VM<N, C>,
    execution: &Execution<N>
) -> Result<(u64, (u64, u64))>
Expand description

Returns the minimum cost in microcredits to publish the given execution (total cost, (storage cost, namespace cost)).