bloxbean / cardano-client-lib

Cardano client library in Java
https://cardano-client.dev
MIT License
118 stars 51 forks source link

Koios backend - Populate coinsPerUtxoSize field in ProtocolParams #136

Closed satran004 closed 2 years ago

satran004 commented 2 years ago

A new field "coinsPerUtxoSize" has been added to ProtocolParams. Update Koios backend to populate this new field.

The existing field "coinsPerUtxoWord" is deprecated.

satran004 commented 2 years ago

fyi, @edridudi