This commit is contained in:
Hardhat Chad
2025-06-25 16:26:54 -05:00
parent 27c956c7b4
commit 470cca04c4
4 changed files with 19 additions and 7 deletions

View File

@@ -16,6 +16,9 @@ pub struct Block {
/// The block number.
pub id: u64,
/// The party that opened the block.
pub opener: Pubkey,
/// The reward configuration.
pub reward: RewardConfig,