SigHashType.fromValue constructor
      
      SigHashType.fromValue(
    
- int value
Constructs from the byte representation of the sighash type.
Implementation
SigHashType.fromValue(this.value) {
  checkValue(value);
}Constructs from the byte representation of the sighash type.
SigHashType.fromValue(this.value) {
  checkValue(value);
}