[rpc] add send method

This commit is contained in:
Sjors Provoost
2020-08-07 17:36:36 +02:00
parent 2c2a1445dc
commit 92326d8976
5 changed files with 534 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
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.