snarkvm_synthesizer_process

Function deployment_cost

Source
pub fn deployment_cost<N: Network>(
    deployment: &Deployment<N>,
) -> Result<(u64, (u64, u64, u64))>
Expand description

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