mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
scaffolding boosts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user