SigHashType is a class that represents all possible sighash types that can be used to sign a tx input, for both legacy (before UAHF) and BIP143 signatures.
Details
Details
- Reviewers
bytesofman PiRK - Group Reviewers
Restricted Project - Commits
- rABC37fd74385bc0: [ecash-lib] Add `SigHashType`
npm run test && npm run build
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- ecash-lib-sighashtype
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28504 Build 56549: Build Diff ecash-lib-tests Build 56548: arc lint + arc unit
Event Timeline
Comment Actions
Note that the BIP143 naming is not used in the c++ code, the FORKID name is used instead. That got me confused for a while.