Function utxo::try_sum

source · []
pub fn try_sum<T: Select>(outputs: &[T]) -> Option<T>
Expand description

Sum the total output, returning None if overflow occurred.