The REWARD_PER_GH_PER_DAY
function in the MiniByte
contract is a view function that returns the reward rate per gigahash per day. It is likely a public variable that provides information about the reward structure in the contract.
uint256
: The function returns a single output, which represents the reward per gigahash per day.