menu
witnet package
documentation
witnet.dart
Address
utxos property
utxos property
dark_mode
light_mode
utxos
property
List
<
Utxo
>
get
utxos
Implementation
List<Utxo> get utxos { if (_utxoInfo != null) { return _utxoInfo!.utxos; } return []; }
witnet package
documentation
witnet
Address
utxos property
Address class