Crate quarry_mine

Source
Expand description

Liquidity mining rewards distribution program.

The program consists of three types of accounts:

  • Rewarder, which controls token rewards distribution
  • Quarry, which receive rewards, and
  • Miner, which stake tokens into Quarrys to receive rewards.

This program is modeled after Synthetix’s StakingRewards.sol.

Modules§

Macros§

Structs§

Enums§

Constants§

Statics§

  • The static program ID
  • Static string containing the security.txt file.

Functions§