Signature hash types/flags
Synopsis
Declared in <script/interpreter.h>
enum Unnamed enum;
Members
Name |
Description |
|
Sign all inputs and all outputs. |
|
Sign all inputs but none of the outputs. |
|
Sign all inputs and only the output at the same index. |
|
Modifier bit: sign only the current input, allowing others to be added. |
|
Taproot only; implied when sighash byte is missing, and equivalent to SIGHASH_ALL |
|
Mask selecting the output‐mode bits (ALL/NONE/SINGLE) of a Taproot sighash type. |
|
Mask selecting the ANYONECANPAY input‐mode bit of a Taproot sighash type. |
Created with MrDocs