net.corda.node.services.vault / NodeVaultService / notifyAll

notifyAll

fun notifyAll(txns: Iterable<WireTransaction>): Unit
Overrides VaultService.notifyAll

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 theres a good way to enforce the must-be-verified requirement in the type system.