Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hedera-0c6e0218-feat-hip-1313-high-volume-entity-creation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ExchangeRate

An exchange rate between hbar and cents (USD) and the time at which the exchange rate will expire, and be superseded by a new exchange rate.
The price is computed as follow: 1 hbar = (centEquiv / hbarEquiv) USD cents
FieldTypeDescription
centEquivuint64Numerator in calculation of exchange rate between hbar and cents
hbarEquivuint64Denominator in calculation of exchange rate between hbar and cents
expirationTimeTimestampSecondsExpiration time in seconds for this exchange rate

ExchangeRateSet

Two sets of exchange rate
FieldTypeDescription
currentRateExchangeRateCurrent exchange rate
nextRateExchangeRateNext exchange rate which will take effect when current rate expires