mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
6 lines
228 B
Markdown
6 lines
228 B
Markdown
RPC Wallet
|
|
----------
|
|
|
|
- RPC `walletprocesspsbt`, and `descriptorprocesspsbt` return object now includes field `hex` (if the transaction
|
|
is complete) containing the serialized transaction suitable for RPC `sendrawtransaction`.
|
|
|