utxos property

List<Utxo> get utxos

Implementation

List<Utxo> get utxos {
  if (_utxoInfo != null) {
    return _utxoInfo!.utxos;
  }
  return [];
}