mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
2a3a873524
Contains cb40b3abd4514361a024a1e7a1a281da9261261b and 540729ef4bf1b6c6da1ec795e441d2ce56a9a58b Verbatim for release notes borrowed from https://raw.githubusercontent.com/bitcoin/bitcoin/master/doc/release-notes/release-notes-0.18.0.md
786 B
786 B
New RPCs
analyzepsbt
examines a PSBT and provides information about what the PSBT contains and the next steps that need to be taken in order to complete the transaction. For each input of a PSBT,analyzepsbt
provides information about what information is missing for that input, including whether a UTXO needs to be provided, what pubkeys still need to be provided, which scripts need to be provided, and what signatures are still needed. Every input will also list which role is needed to complete that input, andanalyzepsbt
will also list the next role in general needed to complete the PSBT.analyzepsbt
will also provide the estimated fee rate and estimated virtual size of the completed transaction if it has enough information to do so.