Structs§
- Config
- Global program configuration (“config” PDA, singleton).
- Miner
- Miner account (“miner” PDA + authority).
- Round
- One distribution round (“round” PDA + LE index). A round is open when index == config.current_round; settleable when index < config.current_round; closable (rent recovery) after ROUND_RETENTION.
Constants§
- CONFIG_
DISCRIMINATOR - Account discriminators.
- MINER_
DISCRIMINATOR - ROUND_
DISCRIMINATOR