mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-05 12:40:16 +02:00
6 lines
253 B
Markdown
6 lines
253 B
Markdown
RPC
|
|
---
|
|
- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including
|
|
support for coin selection and a custom fee rate. Using the new `send` method
|
|
is encouraged: `sendmany` and `sendtoaddress` may be deprecated in a future release.
|