hasWitness property

bool get hasWitness

Implementation

bool get hasWitness {
  return inputs.any((input) => input.hasWitness);
}