Enum SigHash

Used to select the behavior of the signature creation & validation algorithm

enum SigHash : ubyte { ... }

Enum members

NameDescription
All default, signs the entire transaction
AnyoneCanPay Signs only a single input Modifier that can only be used with other SigHash types
NoInput blanks out the associated Input, for use with Eltoo floating txs
OmitSingle Omits signing an output
Single Signs only a single output
Single_AnyoneCanPay Combined types