This commit is contained in:
Hardhat Chad
2025-06-06 08:12:15 -07:00
parent 2b9c917bf4
commit 60b0b023fe
4 changed files with 38 additions and 87 deletions

View File

@@ -11,15 +11,9 @@ pub struct Miner {
/// The ID of the last block this miner mined in.
pub block_id: u64,
/// The amount of ORE this miner has deployed into hashpower markets.
pub deployed: u64,
/// The hash of the last block this miner mined in.
pub hash: [u8; 32],
/// The amount of ORE this miner has staked.
pub stake: u64,
/// The total number of hashes this miner has submitted.
pub total_hashes: u64,