createrawtransaction - Okcash RPC

createrawtransaction [{"txid":"txid","vout":n},...] {"address":amount,...} 

Create a transaction spending the given inputs and creating new outputs.
Outputs can be addresses or data.
Returns hex-encoded raw transaction.
Note that the transaction's inputs are not signed, and
it is not stored in the wallet or transmitted to the network.

Result:
"transaction"              (string) hex string of the transaction


Okcash Core RPC documentation.

Okcash version: 5.0.0.3

OK RPC docs at:Github