public static class DummyContract.Companion
Modifier and Type | Method and Description |
---|---|
TransactionBuilder |
generateInitial(int magicNumber,
Party notary,
PartyAndReference owner,
net.corda.core.contracts.PartyAndReference otherOwners) |
TransactionBuilder |
move(StateAndRef<net.corda.core.contracts.DummyContract.SingleOwnerState> prior,
CompositeKey newOwner) |
TransactionBuilder |
move(java.util.List<net.corda.core.contracts.StateAndRef> priors,
CompositeKey newOwner) |
public TransactionBuilder generateInitial(int magicNumber, Party notary, PartyAndReference owner, net.corda.core.contracts.PartyAndReference otherOwners)
public TransactionBuilder move(StateAndRef<net.corda.core.contracts.DummyContract.SingleOwnerState> prior, CompositeKey newOwner)
public TransactionBuilder move(java.util.List<net.corda.core.contracts.StateAndRef> priors, CompositeKey newOwner)