[][src]Module sv::transaction::sighash

Transaction sighash helpers

Structs

SigHashCache

Cache for sighash intermediate values to avoid quadratic hashing

Constants

SIGHASH_ALL

Signs all of the outputs

SIGHASH_ANYONECANPAY

Sign only the input so others may inputs to the transaction

SIGHASH_FORKID

Bitcoin Cash / SV sighash flag for use on outputs after the fork

SIGHASH_NONE

Sign none of the outputs so that they may be spent anywhere

SIGHASH_SINGLE

Sign only the output paired with the the input

Functions

sighash

Generates a transaction digest for signing