corda / net.corda.core.node.services / VaultService / statesForRefs

statesForRefs

abstract fun statesForRefs(refs: List<StateRef>): Map<StateRef, TransactionState<*>?>

Return unconsumed ContractStates for a given set of StateRefs TODO: revisit and generalize this exposed API function.