com.r3corda.core.testing / 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.