Iterable<BTCInput> get nonSegwitInputs { return inputs.where((input) => input.hasWitness == false); }