signrawtransaction
rawtransactions removed deprecated v0.17 removed v0.18
This RPC no longer exists in Bitcoin Core.
Documented here so users finding old tutorials, blog posts, or code samples
can learn what it did, when it went away, and what to use instead.
Signed inputs of a raw transaction. Split into two RPCs in 0.18 to make the wallet vs key-only paths explicit.
Use instead
signrawtransactionwithkey, signrawtransactionwithwallet
Last-known help text
From the version just before removal.
signrawtransaction "hexstring" ( [{...},...] ["privatekey",...] sighashtype )
DEPRECATED. Sign inputs for raw transaction (serialized, hex-encoded).
Removed in 0.18. Use signrawtransactionwithkey if you have private keys to
pass directly, or signrawtransactionwithwallet if your wallet has them.