hedera-sdk-rust
hedera-sdk-rust copied to clipboard
Add `exchange_rate_in_cents` to `ExchangeRate`
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.)