SighashInfo constructor
Implementation
const SighashInfo({
required this.all,
required this.none,
required this.single,
required this.allAnyoneCanPay,
required this.noneAnyoneCanPay,
required this.singleAnyoneCanPay,
});
const SighashInfo({
required this.all,
required this.none,
required this.single,
required this.allAnyoneCanPay,
required this.noneAnyoneCanPay,
required this.singleAnyoneCanPay,
});