corda / net.corda.finance.contracts.utils / kotlin.collections.Iterable / sumFungibleOrZero

sumFungibleOrZero

fun <T : Any> Iterable<ContractState>.sumFungibleOrZero(token: Issued<T>): Amount<Issued<T>>

Sums the asset states in the list, returning zero of the given token if there are none.