Common Queries
By abstracting away the provider calls, Evolution library provides different methods to query on-chain data:
UTxOs (Unspent Transaction Outputs) are building blocks of Cardano's eUTxO model. A nuance from account-based models is that your wallet's balance is the sum of all UTxOs at your address.
const utxos = await lucid.utxosAt("addr_test...");