Introduce AttachmentConstraint (#1370)

Introduced attachment constraint interface to TransactionState as a base for extension.
This commit is contained in:
Andrzej Cichocki
2017-09-11 17:51:03 +01:00
committed by Clinton
parent 67642d1b22
commit 1565b395b6
9 changed files with 26 additions and 17 deletions

View File

@ -3,7 +3,6 @@ package net.corda.node.services.events
import co.paralleluniverse.fibers.Suspendable
import net.corda.core.concurrent.CordaFuture
import net.corda.core.contracts.*
import net.corda.core.crypto.containsAny
import net.corda.core.flows.*
import net.corda.core.identity.AbstractParty
import net.corda.core.identity.Party
@ -29,7 +28,6 @@ import org.junit.After
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Test
import java.security.PublicKey
import java.time.Instant
import kotlin.test.assertEquals