com.r3corda.contracts.asset / kotlin.collections.Iterable / sumCashBy

sumCashBy

fun Iterable<ContractState>.sumCashBy(owner: PublicKey): <ERROR CLASS>

Sums the cash states in the list belonging to a single owner, throwing an exception if there are none, or if any of the cash states cannot be added together (i.e. are different currencies).