From ae6b98253a6f7fe687fd8c9f26704e6c93f01600 Mon Sep 17 00:00:00 2001 From: Kriptikz Date: Wed, 24 Jul 2024 23:03:20 -0500 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9159df8..938c80e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [`Claim`](program/src/claim.rs) – Distributes claimable rewards as tokens from the treasury to a miner. - [`Close`](program/src/close.rs) – Closes a proof account returns the rent to the owner. - [`Open`](program/src/open.rs) – Creates a new proof account for a prospective miner. +- [`DeclareProof`](program/src/declare_proof.rs) – Declares a single proof pubkey for processing. - [`Mine`](program/src/mine.rs) – Verifies a hash provided by a miner and issues claimable rewards. - [`Stake`](program/src/stake.rs) – Stakes ORE with a miner to increase their multiplier. - [`Reset`](program/src/reset.rs) – Resets the program for a new epoch.