SchnorrInputSignature constructor

SchnorrInputSignature(
  1. SchnorrSignature signature, [
  2. SigHashType hashType = const SigHashType.all()
])

Implementation

SchnorrInputSignature(this.signature, [this.hashType = const SigHashType.all()]);