com.r3corda.node.internal / ServerRPCOps / executeCommand

executeCommand

fun executeCommand(command: ClientToServiceCommand): TransactionBuildResult
Overrides CordaRPCOps.executeCommand

Executes the given command, possibly triggering cash creation etc. TODO: The signature of this is weird because its the remains of an old service call, we should have a call for each command instead.