hashgraph / hedera-sdk-reference

Hedera SDK specification repository.
Apache License 2.0
6 stars 1 forks source link

Rename TokenInfo#supplyType to TokenInfo#tokenSupplyType #51

Open mehcode opened 2 years ago

mehcode commented 2 years ago
jg-swirlds commented 2 years ago

Given the breaking nature of renaming the field, unless there is a strong need to do it, I would recommend leaving it as-is.

mehcode commented 2 years ago

We've done this a dozen times already in the SDK to improve consistency. It's not breaking if we deprecate the old field and add a new one.

jg-swirlds commented 2 years ago

I've commented on the similar issue #49 - keen to understand how we do this in a non-breaking way. Let's centralise the discussion over there.