There are several groupings of utxos that are useful in eCash. For example, utxos of a certain tokenId, mint batons, and non-token utxos.
In this diff we add a getter method to get "fuel utxos", i.e. eCash-only utxos. These are utxos we would use to send eCash or to "fuel" a token tx. They are consumable utxos in a way that is distinct from token utxos.
Since coinbase utxos are consumable in the same way but have a confirmation restriction, we also add a method to get spendable coinbase utxos.
We are currently building up what we need to send an XEC tx.