This commit is contained in:
Hardhat Chad
2025-06-06 08:58:45 -07:00
parent dcc6ab6419
commit ffd41b7657

View File

@@ -19,7 +19,7 @@
- [`Block`](api/src/state/block.rs) - A period of time for mining.
- [`Config`](api/src/state/config.rs) - Global program configuration.
- [`Market`](api/src/state/market.rs) - Hashpower market for a given block.
- [`Miner`](api/src/state/miner.rs) - A user's mining and staking state.
- [`Miner`](api/src/state/miner.rs) - Tracks a user's mining state.
- [`Treasury`](api/src/state/treasury.rs) - The mint authority on the ORE token.