StricaHQ / typhonjs

Pure javascript Cardano wallet library
Apache License 2.0
61 stars 12 forks source link

lovelacePerUtxoWord should be coinsPerUtxoWord #5

Closed mahnunchik closed 2 years ago

mahnunchik commented 2 years ago

Protocol parameter lovelacePerUtxoWord should be coinsPerUtxoWord according to graphql schema:

https://github.com/input-output-hk/cardano-graphql/blob/254c0987897b1b70adf478413d8e6b16a89efe8f/packages/api-cardano-db-hasura/schema.graphql#L743

ashisherc commented 2 years ago

It is more of a naming convention used by graphql schema you are referring to, the actual value at the protocol level is always defined in lovelace. And the name used for this variable in the cardano-cli protocol param output is utxoCostPerWord