blockfrost / blockfrost-rust

Rust SDK for Blockfrost.io
Apache License 2.0
15 stars 16 forks source link

Adjust return types for asset and tx endpoints #46

Closed the-Minister-0001 closed 8 months ago

the-Minister-0001 commented 8 months ago

This pull requests changes the return types for asset and tx endpoints in order to reflect the actual data returned by the blockfrost API. Additionally, Order is exposed to allow customization of pagination order.

Changed types:

This also addresses Issue #45

vladimirvolek commented 8 months ago

You are right! Thank you 💕