mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 07:26:52 +00:00
collateral
This commit is contained in:
@@ -16,10 +16,13 @@ pub struct Miner {
|
||||
/// The hash of the last block this miner mined in.
|
||||
pub hash: [u8; 32],
|
||||
|
||||
/// The total number of hashes this miner has submitted.
|
||||
pub total_hashes: u64,
|
||||
/// The total number of hashes this miner has committed to the block.
|
||||
pub total_committed: u64,
|
||||
|
||||
/// The amount of ORE this miner has mined.
|
||||
/// The total number of hashes this miner has deployed to the block.
|
||||
pub total_deployed: u64,
|
||||
|
||||
/// The total amount of ORE this miner has mined across all blocks.
|
||||
pub total_rewards: u64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user