scaffolding boosts

This commit is contained in:
Hardhat Chad
2024-08-24 13:57:00 +00:00
parent 021140cb63
commit 1cc3d9c202
5 changed files with 237 additions and 169 deletions

View File

@@ -8,4 +8,12 @@ pub struct MineEvent {
pub timing: i64,
}
#[repr(C)]
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
pub struct BoostEvent {
pub mint: Pubkey,
pub reward: u64,
}
event!(MineEvent);
event!(BoostEvent);