corda / net.corda.core.contracts / kotlin.collections.Iterable / sumFungibleOrZero

sumFungibleOrZero

fun <T> 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.