hedera-sdk-rust icon indicating copy to clipboard operation
hedera-sdk-rust copied to clipboard

Add `exchange_rate_in_cents` to `ExchangeRate`

Open RickyLB opened this issue 1 year ago • 0 comments

Signed-off-by: Ricky Saechao [email protected]

Description:

This PR adds the field exchange_rate_in_cents (the ratio of cents to hbars) to ExchangeRate to be consistent with other SDKs.

Related issue(s):

  • https://github.com/hashgraph/hedera-sdk-rust/issues/873

Fixes #

Notes for reviewer:

Checklist

  • [x] Documented (Code comments, README, etc.)
  • [x] Tested (unit, integration, etc.)

RickyLB avatar Dec 06 '24 19:12 RickyLB