ITriggerRewards
Contains the types for the GNSTriggerRewards facet
TriggerRewardsStorage
struct TriggerRewardsStorage {
uint16 triggerTimeoutBlocks;
uint240 __placeholder;
mapping(address => uint256) pendingRewardsGns;
uint256[48] __gap;
}
Was this helpful?