net.corda.node.internal / CordaRPCOpsImpl / executeCommand

executeCommand

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

Executes the given command if the user is permissioned to do so, 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.