rpc: avoid copying into UniValue
Summary:
These are simple (and hopefully obviously correct) copies that can be moves instead.
Backport of core#30115.
Also use references for params getters when possible.
Test Plan:
ninja all check check-functional
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Differential Revision: https://reviews.bitcoinabc.org/D19129