corda / net.corda.testing.dsl / TransactionDSLInterpreter / command

command

abstract 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.