menu
walletkit_dart
walletkit_dart.dart
BTCRawTransaction
hasWitness property
hasWitness
dark_mode
light_mode
hasWitness
property
bool
get
hasWitness
Implementation
bool get hasWitness { return inputs.any((input) => input.hasWitness); }
walletkit_dart
walletkit_dart
BTCRawTransaction
hasWitness property
BTCRawTransaction class