corda / net.corda.node.services.transactions / BFTSMaRt / Server / executeCommand

executeCommand

abstract fun executeCommand(command: ByteArray): ByteArray?

Implement logic to execute the command and commit the transaction to the log. Helper methods are provided for transaction processing: commitInputStates, validateTimestamp, and sign.