corda / net.corda.testing.dsl / TestTransactionDSLInterpreter / command

command

fun command(signers: List<PublicKey>, commandData: CommandData): Unit

Adds a command to the transaction.

Parameters

signers - The signer public keys.

commandData - The contents of the command.