BITCOIN_SIGHASH_INFO top-level constant
Implementation
const BITCOIN_SIGHASH_INFO = SighashInfo(
all: 0x01,
none: 0x02,
single: 0x03,
allAnyoneCanPay: 0x81,
noneAnyoneCanPay: 0x82,
singleAnyoneCanPay: 0x83,
);
const BITCOIN_SIGHASH_INFO = SighashInfo(
all: 0x01,
none: 0x02,
single: 0x03,
allAnyoneCanPay: 0x81,
noneAnyoneCanPay: 0x82,
singleAnyoneCanPay: 0x83,
);