BCH_SIGHASH_INFO top-level constant

dynamic const BCH_SIGHASH_INFO

Implementation

const BCH_SIGHASH_INFO = SighashInfo(
  all: 0x41,
  none: 0x42,
  single: 0x43,
  allAnyoneCanPay: 0xc1,
  noneAnyoneCanPay: 0xc2,
  singleAnyoneCanPay: 0xc3,
);