blockfrost / blockfrost-go

Golang SDK for Blockfrost.io
Apache License 2.0
23 stars 9 forks source link

Include the output index in the TransactionUTXOs query #55

Closed Quantumplation closed 2 years ago

Quantumplation commented 2 years ago

Sometimes these are coming back out of order, so we can't rely on the order in the array. Arguably we could also sort them before returning to the user, for convenience. Happy to make that change if requested, but I figured I'd keep it minimal for now