For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?