softLockRelease

abstract fun softLockRelease(lockId: UUID, stateRefs: NonEmptySet<StateRef>? = null)

Release all or an explicitly specified set of StateRef for a given UUID unique identifier. A Vault soft-lock manager is automatically notified from flows that are terminated, such that any soft locked states may be released. In the case of coin selection, soft-locks are automatically released once previously gathered unconsumed input refs are consumed as part of cash spending.