pub fn cost_in_microcredits_v1<N>( stack: &Stack<N>, function_name: &Identifier<N>, ) -> Result<u64, Error>where N: Network,
Returns the minimum number of microcredits required to run the finalize (depcrated).