IntersectMBO / plutus-apps

The Plutus application platform
Apache License 2.0
306 stars 214 forks source link

PLT-273 Add slot to utxo query #1047

Closed berewt closed 1 year ago

berewt commented 1 year ago

We can now provide a upper slot when querying the utxos.

The route is added in marconi-sidechain: getUtxoFromAddress implementation is now aligned with the README documentation.

The request are of the form: {address : string, slotNo: number}, and slotNo is optional.

Pre-submit checklist: