kick and refund

This commit is contained in:
Hardhat Chad
2025-09-25 08:53:09 -07:00
parent 83a78bbd77
commit 199d487afa
6 changed files with 130 additions and 57 deletions

View File

@@ -17,6 +17,9 @@ pub struct Miner {
#[deprecated(note = "Use automation executor instead")]
pub executor: Pubkey,
/// The amount of SOL this miner has had refunded and may claim.
pub refund_sol: u64,
/// The amount of SOL this miner can claim.
pub rewards_sol: u64,