# RewardsBalances

Git Source

struct RewardsBalances {
    bytes32[] currencies;
    uint256[] amounts;
    uint64 lastPaidInterval;
}