mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 21:02:38 -03:00
6 lines
339 B
Markdown
6 lines
339 B
Markdown
RPC
|
|
---
|
|
- A new `send` RPC with similar syntax to `walletcreatefundedpsbt`, including
|
|
support for coin selection and a custom fee rate. The `send` RPC is experimental
|
|
and may change in subsequent releases. Using it is encouraged once it's no
|
|
longer experimental: `sendmany` and `sendtoaddress` may be deprecated in a future release.
|