This commit is contained in:
Hardhat Chad
2025-05-24 00:50:10 -07:00
parent 2aee4eb4bf
commit 5d275f7d6d
11 changed files with 3483 additions and 97 deletions

View File

@@ -5,12 +5,12 @@ use super::OreAccount;
#[repr(C)]
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
pub struct Block {
/// The current round.
pub current_round: u64,
/// The number of bets made in the current round.
pub bet_count: u64,
/// The current round.
pub current_round: u64,
/// The slot at which the current round ends.
pub ends_at: u64,