pub fn deployment_cost<N>(
deployment: &Deployment<N>,
) -> Result<(u64, (u64, u64, u64)), Error>where
N: Network,
Expand description
Returns the minimum cost in microcredits to publish the given deployment (total cost, (storage cost, synthesis cost, namespace cost)).