The roles a participant can play when processing a PSBT.
Synopsis
Declared in <psbt.h>
enum class PSBTRole : int;
Members
Name |
Description |
|
Creates the initial PSBT with inputs and outputs. |
|
Adds UTXO, script, and derivation information. |
|
Produces partial signatures for inputs. |
|
Assembles final scriptSigs and witnesses. |
|
Extracts the complete network transaction. |
Non-Member Functions
Name |
Description |
Return a human‐readable name for a PSBT role. |
Created with MrDocs