ExchangeRate

Git Source

This struct holds data related to the exchange rate between ETH and ETHx.

struct ExchangeRate {
    uint256 reportingBlockNumber;
    uint256 totalETHBalance;
    uint256 totalETHXSupply;
}