sighash

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2022 License: ISC Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flag

type Flag uint8

Flag represents hash type bits at the end of a signature.

const (
	Old          Flag = 0x0
	All          Flag = 0x1
	None         Flag = 0x2
	Single       Flag = 0x3
	AnyOneCanPay Flag = 0x80

	// Currently all BitCoin (SV) transactions require an additional SIGHASH flag (after UAHF)
	AllForkID          Flag = 0x1 | 0x40
	NoneForkID         Flag = 0x2 | 0x40
	SingleForkID       Flag = 0x3 | 0x40
	AnyOneCanPayForkID Flag = 0x80 | 0x40

	// SigHashForkID is the replay protected signature hash flag
	// used by the Uahf hardfork.
	ForkID Flag = 0x40

	// sigHashMask defines the number of bits of the hash type which is used
	// to identify which outputs are signed.
	Mask = 0x1f
)

SIGHASH type bits from the end of a signature. see: https://wiki.bitcoinsv.io/index.php/SIGHASH_flags

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL