class InMemoryUniquenessProvider : UniquenessProviderA dummy Uniqueness provider that stores the whole history of consumed states in memory
| <init> |
InMemoryUniquenessProvider()A dummy Uniqueness provider that stores the whole history of consumed states in memory |
| commit |
fun commit(tx: WireTransaction, callerIdentity: Party): UnitCommits all input states of the given transaction |