SigHashType.fromValue constructor

SigHashType.fromValue(
  1. int value
)

Constructs from the byte representation of the sighash type.

Implementation

SigHashType.fromValue(this.value) {
  checkValue(value);
}