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

notifyAll

abstract fun notifyAll(txns: Iterable<WireTransaction>): Unit

Possibly update the vault by marking as spent states that these transactions consume, and adding any relevant new states that they create. You should only insert transactions that have been successfully verified here!

TODO: Consider if there's a good way to enforce the must-be-verified requirement in the type system.