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