mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-23 23:16:47 +00:00
commit
This commit is contained in:
@@ -2,15 +2,15 @@ use steel::*;
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct BetEvent {
|
||||
pub authority: Pubkey,
|
||||
pub struct BuryEvent {
|
||||
pub amount: u64,
|
||||
pub ts: u64,
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct BuryEvent {
|
||||
pub struct DeployEvent {
|
||||
pub authority: Pubkey,
|
||||
pub amount: u64,
|
||||
pub ts: u64,
|
||||
}
|
||||
@@ -23,6 +23,6 @@ pub struct PayoutEvent {
|
||||
pub ts: u64,
|
||||
}
|
||||
|
||||
event!(BetEvent);
|
||||
event!(BuryEvent);
|
||||
event!(DeployEvent);
|
||||
event!(PayoutEvent);
|
||||
|
||||
Reference in New Issue
Block a user