We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c328a5e + 3d94850 commit 0e588a5Copy full SHA for 0e588a5
Advanced/auction-cordapp/workflows/src/main/java/net/corda/samples/flows/AuctionDvPFlow.java
@@ -6,6 +6,7 @@
6
import net.corda.core.contracts.CommandAndState;
7
import net.corda.core.contracts.StateAndRef;
8
import net.corda.core.flows.*;
9
+import net.corda.core.identity.Party;
10
import net.corda.core.node.services.Vault;
11
import net.corda.core.node.services.vault.QueryCriteria;
12
import net.corda.core.transactions.SignedTransaction;
@@ -17,6 +18,7 @@
17
18
import net.corda.samples.states.AuctionState;
19
import org.jetbrains.annotations.NotNull;
20
21
+
22
import java.security.PublicKey;
23
import java.util.*;
24
0 commit comments